What should be the value of an exemplar #991
Unanswered
stephenafamo
asked this question in
Q&A
Replies: 1 comment
-
I was just looking at this myself and discovered the value of the exemplar is the value used in the increment, not the value of the counter. So If your always using |
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
-
I've been reading through the code and documentation but I am not quite sure what the value of an exemplar should be, especially for a counter metric.
For example, the Counter metric implements the ExemplarAdder interface which looks like this:
But when using this method, what should be this
float64
value?Beta Was this translation helpful? Give feedback.
All reactions