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
prometheus/prometheus#5200
name is not available in relabelings.
To perform something like:
- sourceLabels: [__name__] regex: ^keda_scaler_errors$ targetLabel: newrelic_metric_type action: replace replacement: counter
it would need to go under metricRelabelings instead.
The text was updated successfully, but these errors were encountered:
cc @JorTurFer I can take this one if accepted
Sorry, something went wrong.
Yeah, I think it's a good addition. Not setting them as default keeps current behavior and adding them can extend current options
Successfully merging a pull request may close this issue.
prometheus/prometheus#5200
name is not available in relabelings.
Use-Case
To perform something like:
it would need to go under metricRelabelings instead.
The text was updated successfully, but these errors were encountered: