prometheus-java Questions
2
Solved
We want to get all metric names from Prometheus server filtered by a particular label.
Step 1 : Used following query to get all metric names, query succeeded with all metric names.
curl -g 'http://...
Erlking asked 10/12, 2021 at 7:34
2
Solved
Newbie here, trying to learn more about the micrometer. I'm currently exploring ways on how to accomplish this:
I'm using Spring boot 2 with actuator and micrometer enabled. Consider the following...
Defer asked 4/1, 2020 at 15:27
3
I'm not sure it's a bug but I'm trying to implement this library in the past day without any results. I think maybe it's a conflict with the dependencies versions but I tried everything.
So I hav...
Educationist asked 7/5, 2020 at 14:48
1
Solved
When running a native-image of a Micronaut application retrieving Prometheus metrics fails because it cannot get jvm metrics.
Of course native-image pre-compiles the application and includes only ...
Electrotype asked 30/8, 2019 at 9:9
0
I've created a spring boot app with websocket support, and I would like to expose the WebSocketMessageBrokerStats on the prometheus scrape endpoint provided by acuator.
I'm able to get access to t...
Putrefy asked 13/8, 2019 at 16:10
0
I need to query for collected metrics in my application and the only way I found to do it is via Prometheus rest api as described here: https://prometheus.io/docs/prometheus/latest/querying/api/ Do...
Jidda asked 9/1, 2019 at 12:20
1
© 2022 - 2025 — McMap. All rights reserved.