Replies: 2 comments 11 replies
-
hi @ziomill, I can't see the second link showing the collector metrics, can you check it? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry to chime on to an old discussion but I am having the exact same issue with this example application using the auto-instrumentation: spring-petclinic/spring-petclinic-kotlin@master...nais:spring-petclinic-kotlin:master
|
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I'm trying to set up my observability stack by using OpenTelemetry collector, Prometheus and Grafana. Our microservices are SpringBoot (2.6) based, shipped with Micrometer and instrumented with OpenTelemetry auto instrumentation lib.
Anyway, I'm experiencing that Prometheus metrics that are exposed directly by the actuator are quite different from Prometheus metrics that are exposed by the OpenTelemetry Collector.
For example:
These are the metrics exposed directly by the Actuator on the microservice endpoint http://localhost:10000/actuator/prometheus:
https://file.io/AJOXwYBd3JjQ
These are metrics exposed on the OpenTelemetry collector http://localhost:8889/metrics:
_https://file.io/o94eWqNZbJ3_t
This should be right because the OpenTelemetry instrumentation lib is going to translate Micrometer format into OpenTelemetry standard format.
Make it sense for you?
Beta Was this translation helpful? Give feedback.
All reactions