client_python
client_python copied to clipboard
_count Histogram metrics in multirprocess mode
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!
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?