squakez commented on code in PR #8366:
URL: https://github.com/apache/camel-quarkus/pull/8366#discussion_r2876907542


##########
extensions/observability-services/runtime/src/main/resources/application.properties:
##########
@@ -16,6 +16,8 @@
 ## ---------------------------------------------------------------------------
 quarkus.management.enabled=true
 quarkus.management.port=9876
+quarkus.camel.metrics.log-metrics-on-shutdown=true
+quarkus.camel.metrics.log-metrics-on-shutdown-filters=app.info,camel.exchanges.*

Review Comment:
   Testing this one could be a little cumbersome as it requires to check the 
application log after the Camel route is stopped. I tried to do the same on the 
core and I ended up testing the logic, but the check on the log after the route 
is complete. It could be nice, but I am not sure I'd be able to put something 
in place that easily. Do you have any example by any chance?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to