We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unregister
See VictoriaMetrics/VictoriaMetrics#2127 (comment) as example.
The text was updated successfully, but these errors were encountered:
Hi @hagen1778 What should be the best practice for removing a metric that contains multiple tags?
eg.
metrics_name1{tag1="v1",tag2="v2"} 1 metrics_name1{tag1="v3",tag2="v4"} 1 metrics_name1{tag1="v5",tag2="v6"} 1 metrics_name1{tag1="v7",tag2="v8"} 1 ....
Sorry, something went wrong.
Hi @aierui! So far while this FR isn't completed, the best way to unregister a specific metric would be the following:
metrics.UnregisterMetric('metrics_name1{tag1="v1",tag2="v2"}')
Thank you for your reply.
No branches or pull requests
See VictoriaMetrics/VictoriaMetrics#2127 (comment) as example.
The text was updated successfully, but these errors were encountered: