You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to have a GaugeWithExemplar that adds an exemplar whenever gauge derivates from zero. The actual use-case is making a flamegraph and putting it into the exemplar label, so that it can be easily found.
It seems like it would mostly be a copy of CounterWithExemplar, so I'm happy to make a PR if this makes sense.
The text was updated successfully, but these errors were encountered:
I want to have a
GaugeWithExemplar
that adds an exemplar whenever gauge derivates from zero. The actual use-case is making a flamegraph and putting it into the exemplar label, so that it can be easily found.It seems like it would mostly be a copy of
CounterWithExemplar
, so I'm happy to make a PR if this makes sense.The text was updated successfully, but these errors were encountered: