public class PrioritySampling extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
SAMPLER_DROP
The sampler has decided to drop the trace.
|
static byte |
SAMPLER_KEEP
The sampler has decided to keep the trace.
|
static byte |
UNSET
Implementation detail of the client.
|
static byte |
USER_DROP
The user has decided to drop the trace.
|
static byte |
USER_KEEP
The user has decided to keep the trace.
|
public static final byte UNSET
Internal value used when the priority sampling flag has not been set on the span context.
public static final byte SAMPLER_DROP
public static final byte SAMPLER_KEEP
public static final byte USER_DROP
public static final byte USER_KEEP