Micrometer + Exemplars: should these work out-of-the-box? #31771
Unanswered
brunobastosg
asked this question in
Q&A
Replies: 2 comments 5 replies
-
/cc @brunobat (micrometer), @ebullient (micrometer) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Exemplars support were added to Micrometer quarkus extension on this PR: #28360 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Quarkus 2.16.4 and trying to send Exemplar data to Prometheus.
I added the extensions
quarkus-opentelemetry
andquarkus-micrometer-registry-prometheus
.I also started Prometheus with the flag
--enable-feature=exemplar-storage
.I make some requests to my app, but when I call
/q/metrics
, the exemplar data is not showing. The traces are being generated though, as I can see them on log messages and in Jaeger or Tempo.Was that supposed to work out-of-the-box? Or is some extra configuration needed? I checked the documentation but couldn't find anything.
Beta Was this translation helpful? Give feedback.
All reactions