Replies: 1 comment
-
Please provide a minimal application that reproduces your issue if you want someone to have a look. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to generate some metric data myself using the Metrics SDK, but I can't find my own metrics in Prometheus.
Below is the component version I am using
docker-compose.yml
prometheus.yaml
springboot MetricsConfiguration.java
springboot MetricsController.java
I can't find
success_counter
andfailed_counter
in the prometheus.Beta Was this translation helpful? Give feedback.
All reactions