prometheus/promql
Jan Fajerski c9e0e36701
buf.build / lint and publish (push) Waiting to run Details
CI / Go tests (push) Waiting to run Details
CI / More Go tests (push) Waiting to run Details
CI / Go tests with previous Go version (push) Waiting to run Details
CI / UI tests (push) Waiting to run Details
CI / Go tests on Windows (push) Waiting to run Details
CI / Mixins tests (push) Waiting to run Details
CI / Build Prometheus for common architectures (0) (push) Waiting to run Details
CI / Build Prometheus for common architectures (1) (push) Waiting to run Details
CI / Build Prometheus for common architectures (2) (push) Waiting to run Details
CI / Build Prometheus for all architectures (0) (push) Waiting to run Details
CI / Build Prometheus for all architectures (1) (push) Waiting to run Details
CI / Build Prometheus for all architectures (10) (push) Waiting to run Details
CI / Build Prometheus for all architectures (11) (push) Waiting to run Details
CI / Build Prometheus for all architectures (2) (push) Waiting to run Details
CI / Build Prometheus for all architectures (3) (push) Waiting to run Details
CI / Build Prometheus for all architectures (4) (push) Waiting to run Details
CI / Build Prometheus for all architectures (5) (push) Waiting to run Details
CI / Build Prometheus for all architectures (6) (push) Waiting to run Details
CI / Build Prometheus for all architectures (7) (push) Waiting to run Details
CI / Build Prometheus for all architectures (8) (push) Waiting to run Details
CI / Build Prometheus for all architectures (9) (push) Waiting to run Details
CI / Report status of build Prometheus for all architectures (push) Blocked by required conditions Details
CI / Check generated parser (push) Waiting to run Details
CI / golangci-lint (push) Waiting to run Details
CI / fuzzing (push) Waiting to run Details
CI / codeql (push) Waiting to run Details
CI / Publish main branch artifacts (push) Blocked by required conditions Details
CI / Publish release artefacts (push) Blocked by required conditions Details
CI / Publish UI on npm Registry (push) Blocked by required conditions Details
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run Details
Add comments clarifying why promql.Querylogger exists (#17231)
And why we only have one implementation in this code base.

Fixes: https://github.com/prometheus/prometheus/issues/15869

Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
2025-09-26 15:33:09 +01:00
..
fuzz-data
parser Add anchored and smoothed to vector selectors. (#16457) 2025-09-25 11:34:59 +02:00
promqltest Add anchored and smoothed to vector selectors. (#16457) 2025-09-25 11:34:59 +02:00
bench_test.go Add anchored and smoothed to vector selectors. (#16457) 2025-09-25 11:34:59 +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 Add comments clarifying why promql.Querylogger exists (#17231) 2025-09-26 15:33:09 +01: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 Add anchored and smoothed to vector selectors. (#16457) 2025-09-25 11:34:59 +02:00
functions.go Add anchored and smoothed to vector selectors. (#16457) 2025-09-25 11:34:59 +02:00
functions_internal_test.go Add anchored and smoothed to vector selectors. (#16457) 2025-09-25 11:34:59 +02:00
functions_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
fuzz.go refactor(textparse): Introduce Variadic options in textParse.New (#17155) 2025-09-11 10:49:42 +01: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: Make HistogramStatsIterator.AtFloatHistogram idempotent 2025-09-09 14:59:15 +02:00
histogram_stats_iterator_test.go promql: Make HistogramStatsIterator.AtFloatHistogram idempotent 2025-09-09 14:59:15 +02: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 Add anchored and smoothed to vector selectors. (#16457) 2025-09-25 11:34:59 +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