Relative Content

Tag Archive for prometheusmicrometerspring-micrometer

Micrometer 1.13.0: Incorrect Metric Name Declaration

I’m encountering an issue with Micrometer 1.13.0 where one of the metric name declarations is outputted incorrectly. Instead of the expected # TYPE jvm_info gauge, it outputs # TYPE jvm info. This metric is a built in metric from spring boot.
This issue is causing prometheus to fail scraping the metrics from my service.