Package 

Enum ApmNetworkTracingScope

  • 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_REDIRECTS

      Only 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.

      ALL

      Default 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 String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait