prometheus/promql
Joshua Hesketh 31d19381f6 Clamp functions should ignore native histograms
As per the documentation, native histograms are skipped. This is in line
with other `simpleFunc`'s.

Signed-off-by: Joshua Hesketh <josh@nitrotech.org>
2024-10-16 15:10:54 +11:00
..
fuzz-data
parser
promqltest Clamp functions should ignore native histograms 2024-10-16 15:10:54 +11:00
bench_test.go promql: rename holt_winters to double_exponential_smoothing 2024-09-19 15:29:01 +02:00
engine.go Corrects the behaviour of binary opperators between histogram and float (#14726) 2024-10-15 14:44:36 +02:00
engine_internal_test.go
engine_test.go
functions.go Clamp functions should ignore native histograms 2024-10-16 15:10:54 +11:00
functions_internal_test.go Fix issue where summation of +/- infinity returns NaN instead of infinity 2024-06-28 11:26:54 +10:00
functions_test.go
fuzz.go change: No longer ingest OM _created as timeseries if feature-flag 'enable-ct-zero-ingestion' is enabled; fixed OM text CT conversion bug (#14738) 2024-10-02 11:52:03 +01:00
fuzz_test.go
histogram_stats_iterator.go
histogram_stats_iterator_test.go
promql_test.go
quantile.go
quantile_test.go
query_logger.go
query_logger_test.go
value.go
value_test.go