prometheus/web/ui/module/lezer-promql/test
sujal shah e8bfcfcf1a promql: Implement </ and >/ operators for trimming native histograms.
This implements the TRIM_UPPER (</) and TRIM_LOWER (>/) operators
that allow removing observations below or above a threshold from
a histogram. The implementation zeros out buckets outside the desired
range. It also recalculates the sum, including only bucket counts within
the specified threshold range.

Fixes #14651.

Signed-off-by: sujal shah <sujalshah28092004@gmail.com>
2026-01-22 15:22:43 +02:00
..
expression.txt promql: Implement </ and >/ operators for trimming native histograms. 2026-01-22 15:22:43 +02:00
promql.test.js UI: stabilize dependencies and environment (#10517) 2022-04-05 11:49:22 +02:00