This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/camel-main by this push:
new 59bd12c643 feat(observability-svc): default logging metrics on shutdown
59bd12c643 is described below
commit 59bd12c64363b1df75170c5e00c796fc94b318c5
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Mar 3 14:15:10 2026 +0100
feat(observability-svc): default logging metrics on shutdown
---
.../runtime/src/main/resources/application.properties | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/extensions/observability-services/runtime/src/main/resources/application.properties
b/extensions/observability-services/runtime/src/main/resources/application.properties
index 4daf4eb27d..9301f2b977 100644
---
a/extensions/observability-services/runtime/src/main/resources/application.properties
+++
b/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.*
quarkus.micrometer.export.prometheus.path=/observe/metrics
quarkus.smallrye-health.root-path=/observe/health
# Default is disabled: the user must enable it to push traces to the given
server