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-kubernetes/manifests/prometheus/prometheus-k8s-rules.yaml
Line 643 in bb1e515
This line should be
expr: | 100 * sum(increase(container_cpu_cfs_throttled_periods_total{container_name!="", }[5m])) by (container_name, pod_name, namespace) / sum(increase(container_cpu_cfs_periods_total{}[5m])) by (container_name, pod_name, namespace) > 25
The text was updated successfully, but these errors were encountered:
This solves "line 643: did not find expected key" indeed. Thank you
Sorry, something went wrong.
No branches or pull requests
prometheus-kubernetes/manifests/prometheus/prometheus-k8s-rules.yaml
Line 643 in bb1e515
This line should be
The text was updated successfully, but these errors were encountered: