JBoss Logging Micrometer instrumentation #37579
-
According to Quarkus' Micrometer documentation jboss-logging is instrumented with Micrometer. However, on the documentation for logging, I can find no mention of it. Likewise, I can find no binder configuration property for logging. Looking at the produced metrics by Quarkus, there are also no metrics about logs. How do I activate logging metrics? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
/cc @brunobat (micrometer), @ebullient (micrometer) |
Beta Was this translation helpful? Give feedback.
-
It is present here: https://quarkus.io/guides/all-config, but should be present on the logging page. Fixed by PR #37639 |
Beta Was this translation helpful? Give feedback.
quarkus.log.metrics.enabled=true
It is present here: https://quarkus.io/guides/all-config, but should be present on the logging page.
Fixed by PR #37639