Added
- Added promql/features check.
- Added group/interval check.
- rule/dependency check will now warn when a rule
uses a metric produced by a recording rule from a different group, which can
introduce evaluation lag.
Fixed
- promql/vector_matching check no longer reports problems that are also reported by promql/impossible.
- Fixed problem description in promql/series check for
disable comments that have no effect. - Fixed invalid suggestions from the query/cost check.
- query/cost check will now skip expressions that don't read any time series, like
scalar(),vector(),time(),pi(), or number literals.