Closed patpatpat123 closed 2 weeks ago
Hi @patpatpat123, I've checked metrics and they work as expected.
Metrics are written to Metrics.globalRegistry
. Make sure it's added to your registry.
Hello, may I ask what metrics are you seeing?
All I am seeing are these (please see screenshot)
Something like logback_events_total
But I think they are part of the spring logback by default, nothing loki related.
Could you please let me know what are the metrics you are seeing?
Thank you
Hello,
Just wanted to reach out with a small issue I am observing. We are using this appender, and configuring this property to true.
With this metrics enabled, we were hoping to see "some metrics somewhere". Our application exposes micrometer metrics, as well as JVM metrics. By turning this property to true, there is no any metrics.
Therefore, I would like to report an issue where despite having this property to true, it sems there is no metrics being exposed. Thank you