Telemetry Dev
JVM since3.22.0 Native since3.22.0
Basic implementation of Camel Telemetry useful for development purposes
Maven coordinates
Or add the coordinates to your existing project:
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-telemetry-dev</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.
Additional Camel Quarkus configuration
Configuration property | Type | Default |
---|---|---|
Sets whether to disable tracing for endpoint URIs or Processor ids that match the given comma separated patterns. The pattern can take the following forms:
|
| |
Sets whether to create new OpenTelemetry spans for each Camel Processor. Use the excludePatterns property to filter out Processors. |
|
|
The output format for traces |
|
Configuration property fixed at build time. All other configuration properties are overridable at runtime.