prometheus/promql/promqltest/testdata
Neeraj Gartia 38bb6ece25
[BUGFIX] PromQL: Fix behaviour of some aggregations with histograms (#15432)
promql: fix some aggregations for histograms

This PR fixes the behaviour of `topk`,`bottomk`, `limitk` and `limit_ratio` with histograms. The fixed behaviour are as follows:
- For `topk` and `bottomk` histograms are ignored and add info annotations added.
- For `limitk` and `limit_ratio` histograms are included in the results(if applicable).

Signed-off-by: Neeraj Gartia <neerajgartia211002@gmail.com>
2024-11-26 19:12:36 +01:00
..
aggregators.test [BUGFIX] PromQL: Fix behaviour of some aggregations with histograms (#15432) 2024-11-26 19:12:36 +01:00
at_modifier.test promqltest: Complete the tests for info annotations (#15429) 2024-11-21 14:20:38 +01:00
collision.test
functions.test promqltest: Complete the tests for info annotations (#15429) 2024-11-21 14:20:38 +01:00
histograms.test promqltest: Complete the tests for info annotations (#15429) 2024-11-21 14:20:38 +01:00
limit.test [BUGFIX] PromQL: Fix behaviour of some aggregations with histograms (#15432) 2024-11-26 19:12:36 +01:00
literals.test
name_label_dropping.test promqltest: Complete the tests for info annotations (#15429) 2024-11-21 14:20:38 +01:00
native_histograms.test PromQL: Convert more native histogram tests to promql-test framework (#15419) 2024-11-20 11:41:36 +01:00
operators.test promqltest: Complete the tests for info annotations (#15429) 2024-11-21 14:20:38 +01:00
range_queries.test make matrix selection and lookback left-open and right-closed 2024-06-20 22:05:40 +08:00
selectors.test promqltest: Complete the tests for info annotations (#15429) 2024-11-21 14:20:38 +01:00
staleness.test Merge branch 'main' into 3.0-main-sync-24-07-18 2024-07-18 15:56:40 +02:00
subquery.test promqltest: Complete the tests for info annotations (#15429) 2024-11-21 14:20:38 +01:00
trig_functions.test make matrix selection and lookback left-open and right-closed 2024-06-20 22:05:40 +08:00