-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.remove and .clear not working with multiprocessing mode #916
Comments
I have this problem too |
Yep, this is definitely an issue. At a minimum we should document that they do not work in the multiprocessing section of the readme, but ideally we could figure out a way to support remove/clear in multiprocess. |
@csmarchbanks Hi Chris, I also run into this issue. After looking around the code base I think its because of the disconnection between the remove of Normal Metrics and the multiprocess ones. I thinking add a warning message aswell as in the documentation/README would benefit a lot of others. Happy to put together a PR for this. Thanks again for maintiaining such an awesome libaray! |
👍 That would be great, thank you! |
@csmarchbanks Hi Chris, I got the PR in, would be nice if you could review it when you have free time, thanks again. |
Trying to remove a given set of labels for a metric doesn't work.
The label value is still readable by the collector after it's presumed removal ?
any suggestions ?
The text was updated successfully, but these errors were encountered: