prometheus/promql
George Krajcsovits 31e4d84edd
refactor(textparse): allow for parsers with direct NHCB support (#17153)
Hide adding NHCB parser on top another parser in New() function
so we can easily add direct NHCB capable parsers.

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
2025-09-06 11:45:44 +02:00
..
fuzz-data textparse: Add fuzzing and fix bug caught 2017-07-07 11:12:17 +02:00
parser Merge pull request #17067 from prometheus/faster-promql-printer 2025-09-04 13:41:21 +01:00
promqltest Merge pull request #17094 from prometheus/beorn7/histogram 2025-09-04 13:55:41 +02:00
bench_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
durations.go chore(promql): improve doc string in promql/durations.go (#16863) 2025-07-11 12:07:54 +02:00
durations_test.go Add step(), min(a,b) and max(a,b) in promql duration expressions 2025-07-02 11:17:17 +02:00
engine.go Merge pull request #17094 from prometheus/beorn7/histogram 2025-09-04 13:55:41 +02:00
engine_internal_test.go Histograms: set annotation when adding or subtracting histograms that have `not_reset` and `reset` hints. 2025-08-20 15:00:45 +02:00
engine_test.go feat(promql): add first_over_time and ts_of_first_over_time 2025-09-02 10:24:31 +12:00
functions.go Merge pull request #17094 from prometheus/beorn7/histogram 2025-09-04 13:55:41 +02:00
functions_internal_test.go promql: Fix when to emit a `HistogramCounterResetCollisionWarning` 2025-09-03 18:00:03 +02:00
functions_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
fuzz.go refactor(textparse): allow for parsers with direct NHCB support (#17153) 2025-09-06 11:45:44 +02:00
fuzz_test.go fix: use "ErrorContains" or "EqualError" instead of "Contains(t, err.Error()" and "Equal(t, err.Error()" (#15094) 2024-10-06 16:35:29 +00:00
histogram_stats_iterator.go promql: Minor improvements for HistogramStatsIterator 2025-09-03 18:00:03 +02:00
histogram_stats_iterator_test.go chore: enable unused-receiver rule from revive 2025-08-04 09:43:33 +00:00
info.go [BUGFIX] PromQL: fix slice indexing bug in info function (#17135) 2025-09-05 14:46:57 +02:00
info_test.go [BUGFIX] PromQL: fix slice indexing bug in info function (#17135) 2025-09-05 14:46:57 +02:00
promql_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
quantile.go fix(promql): histogram_quantile and histogram_fraction NaN observed in native histogram (#16724) 2025-06-25 13:37:43 +02:00
quantile_test.go Export quantile functions (#15190) 2024-11-27 13:20:23 +01:00
query_logger.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
query_logger_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
value.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
value_test.go test: move most PromQL tests into separate test package 2024-05-08 16:28:56 +01:00