Added
- promql/fragile check will now warn about alerting rules using
aggregations that might cause false positives when Prometheus restarts. - query/cost check will now try to find queries that perform operations
for which there is a recording rule, and suggest using these recording rules instead to speed
up the query.
Fixed
- Improved accuracy of messages produced by the promql/impossible check.