Package datadog.trace.api.sampling
Class PrioritySampling
java.lang.Object
datadog.trace.api.sampling.PrioritySampling
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byteThe sampler has decided to drop the trace.static final byteThe sampler has decided to keep the trace.static final byteImplementation detail of the client.static final byteThe user has decided to drop the trace.static final byteThe user has decided to keep the trace. -
Method Summary
-
Field Details
-
UNSET
public static final byte UNSETImplementation 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_DROPThe sampler has decided to drop the trace.- See Also:
-
SAMPLER_KEEP
public static final byte SAMPLER_KEEPThe sampler has decided to keep the trace.- See Also:
-
USER_DROP
public static final byte USER_DROPThe user has decided to drop the trace.- See Also:
-
USER_KEEP
public static final byte USER_KEEPThe user has decided to keep the trace.- See Also:
-