public static enum LightstepConfig.PropagationMode extends Enum<LightstepConfig.PropagationMode> implements com.google.protobuf.ProtocolMessageEnum
Available propagation modesProtobuf enum
envoy.extensions.tracers.lightstep.v4alpha.LightstepConfig.PropagationMode
Enum Constant and Description |
---|
B3
Propagate trace context using the b3 format.
|
ENVOY
Propagate trace context in the single header x-ot-span-context.
|
LIGHTSTEP
Propagate trace context using LightStep's native format.
|
TRACE_CONTEXT
Propagation trace context using the w3 trace-context standard.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
B3_VALUE
Propagate trace context using the b3 format.
|
static int |
ENVOY_VALUE
Propagate trace context in the single header x-ot-span-context.
|
static int |
LIGHTSTEP_VALUE
Propagate trace context using LightStep's native format.
|
static int |
TRACE_CONTEXT_VALUE
Propagation trace context using the w3 trace-context standard.
|
Modifier and Type | Method and Description |
---|---|
static LightstepConfig.PropagationMode |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<LightstepConfig.PropagationMode> |
internalGetValueMap() |
static LightstepConfig.PropagationMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static LightstepConfig.PropagationMode |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static LightstepConfig.PropagationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LightstepConfig.PropagationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LightstepConfig.PropagationMode ENVOY
Propagate trace context in the single header x-ot-span-context.
ENVOY = 0;
public static final LightstepConfig.PropagationMode LIGHTSTEP
Propagate trace context using LightStep's native format.
LIGHTSTEP = 1;
public static final LightstepConfig.PropagationMode B3
Propagate trace context using the b3 format.
B3 = 2;
public static final LightstepConfig.PropagationMode TRACE_CONTEXT
Propagation trace context using the w3 trace-context standard.
TRACE_CONTEXT = 3;
public static final LightstepConfig.PropagationMode UNRECOGNIZED
public static final int ENVOY_VALUE
Propagate trace context in the single header x-ot-span-context.
ENVOY = 0;
public static final int LIGHTSTEP_VALUE
Propagate trace context using LightStep's native format.
LIGHTSTEP = 1;
public static final int B3_VALUE
Propagate trace context using the b3 format.
B3 = 2;
public static final int TRACE_CONTEXT_VALUE
Propagation trace context using the w3 trace-context standard.
TRACE_CONTEXT = 3;
public static LightstepConfig.PropagationMode[] values()
for (LightstepConfig.PropagationMode c : LightstepConfig.PropagationMode.values()) System.out.println(c);
public static LightstepConfig.PropagationMode 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 nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static LightstepConfig.PropagationMode valueOf(int value)
forNumber(int)
instead.public static LightstepConfig.PropagationMode forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<LightstepConfig.PropagationMode> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static LightstepConfig.PropagationMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018–2021 The Envoy Project. All rights reserved.