Replies: 1 comment
-
/cc @brunobat (micrometer), @ebullient (metrics,micrometer), @jmartisk (metrics) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
So by default micrometer exposes metrics in prometheus metrics for each http request.
http_server_requests_seconds
Can we add dynamic tag to any such metrics at request level where tag is same but value changes for each request/group of requests.
Sharing something similar in spring boot.
use case is to add some sort of identifers as tags in metrics based of header values. Is it feasible in quarkus
Beta Was this translation helpful? Give feedback.
All reactions