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
Hi, is there a reason that the Histogram metric doesn't hold a ValueClass for the _count so they can be exposed in multiprocess mode? It would be really useful for computing averages. Thanks!
The text was updated successfully, but these errors were encountered:
Are you saying _count doesn't exist in your multiprocess metrics? It definitely should and we have tests that look for _count. Do you have some reproduction steps I could look at?
Hi, is there a reason that the Histogram metric doesn't hold a
ValueClass
for the_count
so they can be exposed in multiprocess mode? It would be really useful for computing averages. Thanks!The text was updated successfully, but these errors were encountered: