Class ExporterType.Constants
- java.lang.Object
-
- io.quarkus.opentelemetry.runtime.config.build.ExporterType.Constants
-
- Enclosing class:
- ExporterType
public static class ExporterType.Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCDI_VALUEstatic StringJAEGERstatic StringNONE_VALUEstatic StringOTLP_VALUE
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
OTLP_VALUE
public static final String OTLP_VALUE
- See Also:
- Constant Field Values
-
CDI_VALUE
public static final String CDI_VALUE
- See Also:
- Constant Field Values
-
NONE_VALUE
public static final String NONE_VALUE
- See Also:
- Constant Field Values
-
JAEGER
public static final String JAEGER
- See Also:
- Constant Field Values
-
-