Interface OtlpExporterBuildConfig
-
@ConfigMapping(prefix="quarkus.otel.exporter.otlp") @ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED) public interface OtlpExporterBuildConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleanenabled()Deprecated.
-
-
-
Method Detail
-
enabled
@Deprecated @WithDefault("true") boolean enabled()
Deprecated.Legacy property kept for compatibility reasons. Just the defining the right exporter is enough.Maps to quarkus.opentelemetry.tracer.exporter.otlp.enabled and will be removed in the future
-
-