File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 22
33## v0.77.0
44
5- ### Fixed
5+ ### Added
66
7- - For queries using binary expressions between two vectors Prometheus will remove the metric name
8- from resulting series, pint will now also apply the same logic when checking queries.
97- The [ promql/impossible] ( checks/promql/impossible.md ) check will now warn about aggregations and
108 and binary operations that try to operate on labels that are already removed in the query.
119 Example:
1816 The above tries to join two series on the ` cluster` label, but `sum(...)` already removed labels
1917 from the results on both side, so there will be no such label on join on.
2018- The [promql/impossible](checks/promql/impossible.md) check will now warn about label joins
21- using `group_left(...)` and `group_right(...)` that are not used in any way.
19+ using `group_left(...)` and `group_right(...)` that are not possible or not used in any way.
20+
21+ # ## Fixed
22+
23+ - For queries using binary expressions between two vectors Prometheus will remove the metric name
24+ from resulting series, pint will now also apply the same logic when checking queries.
2225
2326# # v0.76.1
2427
You can’t perform that action at this time.
0 commit comments