Class PrioritySampling

java.lang.Object
datadog.trace.api.sampling.PrioritySampling

public class PrioritySampling extends Object
  • Field Details

    • UNSET

      public static final byte UNSET
      Implementation detail of the client. will not be sent to the agent or propagated.

      Internal value used when the priority sampling flag has not been set on the span context.

      See Also:
    • SAMPLER_DROP

      public static final byte SAMPLER_DROP
      The sampler has decided to drop the trace.
      See Also:
    • SAMPLER_KEEP

      public static final byte SAMPLER_KEEP
      The sampler has decided to keep the trace.
      See Also:
    • USER_DROP

      public static final byte USER_DROP
      The user has decided to drop the trace.
      See Also:
    • USER_KEEP

      public static final byte USER_KEEP
      The user has decided to keep the trace.
      See Also: