Uses of Class
org.apache.camel.main.OtelConfigurationProperties
-
Uses of OtelConfigurationProperties in org.apache.camel.main
Methods in org.apache.camel.main that return OtelConfigurationPropertiesModifier and TypeMethodDescriptionMainConfigurationProperties.otel()To configure OpenTelemetry.OtelConfigurationProperties.withEnabled(boolean enabled) To enable OpenTelemetryOtelConfigurationProperties.withEncoding(boolean encoding) Sets whether the header keys need to be encoded (connector specific) or not.OtelConfigurationProperties.withExcludePatterns(String excludePatterns) Adds an exclude pattern that will disable tracing for Camel messages that matches the pattern.OtelConfigurationProperties.withInstrumentationName(String instrumentationName) A name uniquely identifying the instrumentation scope, such as the instrumentation library, package, or fully qualified class name.OtelConfigurationProperties.withTraceProcessors(boolean traceProcessors) Setting this to true will create new OpenTelemetry Spans for each Camel Processors.