jamesnetherton commented on code in PR #100: URL: https://github.com/apache/camel-quarkus-examples/pull/100#discussion_r937719956
########## observability/README.adoc: ########## @@ -63,6 +63,26 @@ You can also directly leverage MicroProfile Health APIs to create checks. Class The tracing configuration for the application can be found within `application.properties`. +Default configuration uses OTLP exporter, but it can be easily switched to Jaeger exporter with applying this change in `application.properties`: Review Comment: ```suggestion The default configuration uses the OTLP exporter, but it can be easily switched to the Jaeger exporter by applying this change in `application.properties`: ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org