Use the correct equality operator for Prometheus Alerts
- Prometheus uses == (not =) for equality. Alerts that use single equal (=) result in a syntax error that silently fails to load any new alerts - https://prometheus.io/docs/prometheus/latest/querying/operators/#comparison-binary-operators
Showing
Please register or sign in to comment