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
Counter and Gauge allow retrieving the current value.
Family half-allows it - there's get_or_create, but that has the side-effect of creating the value if non-existent.
Histogram and Info don't allow it at all.
Now, in production, there's not much use, but in tests, I'd rather be able to test the values directly rather than encode and parse back the text format. Would you mind a pull request allowing clean retrieval of:
Info string
Histogram count and sum?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
Looking at the library, it looks like:
Now, in production, there's not much use, but in tests, I'd rather be able to test the values directly rather than encode and parse back the text format. Would you mind a pull request allowing clean retrieval of:
Thanks!
The text was updated successfully, but these errors were encountered: