How to add env to all metrics? #5127
Unanswered
douglasg14b
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't see to figure this out, I want every metric emitted to include the application env without the emitter having to explicitly add it on every emit.
This include the
http
instrumentation.I expect the
env
label to be added to all metrics exported in thePrometheusExporter
, but they don't appear to be. if theenv
is added to theresource
objectWhere and how do I do this?
Can we not do this at all because of: #5051 ?
Beta Was this translation helpful? Give feedback.
All reactions