Added
- Added promql/offset check that warns when a PromQL
query uses anoffsetlarger than configured Prometheus retention. - Added support for Prometheus v3.12.0 experimental PromQL functions:
start(),end(),range(),step().
Changed
- BitBucket reporter no longer creates Code Insight annotations.
All problems are now reported as pull request comments.
Fixed
- Fixed query/cost suggesting recording rules with
incompatible label matchers. - Fixed query/cost suggesting recording rules when
the query and recording rule use different aggregation grouping
(e.g.sum by(job)vssum without(instance)).