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