Replies: 1 comment 4 replies
-
|
Unfortunately, no. Dynamic enrichment for Metrics is not supported. (There were some spec discussions around it, but nothing got added to spec, and hence nothing got added to the implementations either) |
Beta Was this translation helpful? Give feedback.
4 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.
-
I am currently looking for a way to add tags to all reported metrics whose values are calculated on runtime and change during the lifetime of the application.
I could do this by adding it "manually" to all my custom metrics, but then metrics reported by other libraries (process.runtime.. etc) would not have this information.
Is there a good way for me to assign such tags globally on the application level?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions