Class TracerConfig
- java.lang.Object
-
- io.quarkus.opentelemetry.runtime.config.TracerConfig
-
public class TracerConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTracerConfig.SpanExporterConfigBuild / static runtime config for span exporters
-
Field Summary
Fields Modifier and Type Field Description Optional<Boolean>enabledSupport for tracing with OpenTelemetry.TracerConfig.SpanExporterConfigexporterBuild / static runtime config for span exporters
-
Constructor Summary
Constructors Constructor Description TracerConfig()
-
-
-
Field Detail
-
enabled
@ConfigItem public Optional<Boolean> enabled
Support for tracing with OpenTelemetry.Support for tracing will be enabled if OpenTelemetry support is enabled and either this value is true, or this value is unset.
-
exporter
public TracerConfig.SpanExporterConfig exporter
Build / static runtime config for span exporters
-
-