-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ApmNetworkTracingScope extends Enum<ApmNetworkTracingScope>
Defines the scope of network tracing instrumentation.
This enum controls how detailed the tracing will be for network requests, specifically whether internal network operations (redirects, retries) should be traced in addition to the application-level requests.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EXCLUDE_INTERNAL_REDIRECTSOnly application level request is gonna be traced. In this mode the Datadog SDK still able to link trace spans to RUM Resources making possible to navigate from one to another but the internal requests like redirects and retries ( if networking library allows that) will not be traced.
ALLDefault one. With this scope the Datadog SDK will trace both the application level requests and the network layer requests (redirect, retries).
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-