public static enum AbstractTraceInterceptor.Priority extends Enum<AbstractTraceInterceptor.Priority>
| Enum Constant and Description |
|---|
CI_VISIBILITY_APM |
CI_VISIBILITY_TELEMETRY |
CI_VISIBILITY_TRACE |
DD_INTAKE |
GIT_METADATA |
ROOT_SPAN_LATENCY |
SERVICE_NAME_COLLECTING |
| Modifier and Type | Method and Description |
|---|---|
static AbstractTraceInterceptor.Priority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractTraceInterceptor.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractTraceInterceptor.Priority CI_VISIBILITY_TRACE
public static final AbstractTraceInterceptor.Priority CI_VISIBILITY_APM
public static final AbstractTraceInterceptor.Priority DD_INTAKE
public static final AbstractTraceInterceptor.Priority GIT_METADATA
public static final AbstractTraceInterceptor.Priority ROOT_SPAN_LATENCY
public static final AbstractTraceInterceptor.Priority CI_VISIBILITY_TELEMETRY
public static final AbstractTraceInterceptor.Priority SERVICE_NAME_COLLECTING
public static AbstractTraceInterceptor.Priority[] values()
for (AbstractTraceInterceptor.Priority c : AbstractTraceInterceptor.Priority.values()) System.out.println(c);
public static AbstractTraceInterceptor.Priority valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null