Class PropagatorType.Constants
- java.lang.Object
-
- io.quarkus.opentelemetry.runtime.config.build.PropagatorType.Constants
-
- Enclosing class:
- PropagatorType
static class PropagatorType.Constants extends Object
-
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
TRACE_CONTEXT
public static final String TRACE_CONTEXT
- See Also:
- Constant Field Values
-
BAGGAGE
public static final String BAGGAGE
- See Also:
- Constant Field Values
-
B3
public static final String B3
- See Also:
- Constant Field Values
-
B3MULTI
public static final String B3MULTI
- See Also:
- Constant Field Values
-
JAEGER
public static final String JAEGER
- See Also:
- Constant Field Values
-
XRAY
public static final String XRAY
- See Also:
- Constant Field Values
-
OT_TRACE
public static final String OT_TRACE
- See Also:
- Constant Field Values
-
-