You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prometheus_alerts.yaml:342-346Warning: Aggregation using `without()` can be fragile when used inside binary expression because both sides must have identical sets of labels to produce any results, adding or removing labels to metrics used here can easily break the query, consider aggregating using `by()` to ensure consistent labels. (promql/fragile)
342 | "expr": |
343 | sum(increase(container_cpu_cfs_throttled_periods_total{container!="", job="cadvisor", }[5m])) without (id, metrics_path, name, image, endpoint, job, node)
344 | /
345 | sum(increase(container_cpu_cfs_periods_total{job="cadvisor", }[5m])) without (id, metrics_path, name, image, endpoint, job, node)
346 | > ( 25 / 100 )
make: *** [Makefile:80: pint-lint] Error 1
What happened?
Pint lint failure, the docs on this check can be found here:
Please provide any helpful snippets.
Originating PR:
What parts of the codebase are affected?
Alerts
I agree to the following terms:
The text was updated successfully, but these errors were encountered: