prometheus/promql
Björn Rabenstein 9e73fb43b3
buf.build / lint and publish (push) Waiting to run Details
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run Details
CI / Go tests (push) Has been cancelled Details
CI / More Go tests (push) Has been cancelled Details
CI / Go tests with previous Go version (push) Has been cancelled Details
CI / UI tests (push) Has been cancelled Details
CI / Go tests on Windows (push) Has been cancelled Details
CI / Mixins tests (push) Has been cancelled Details
CI / Build Prometheus for common architectures (0) (push) Has been cancelled Details
CI / Build Prometheus for common architectures (1) (push) Has been cancelled Details
CI / Build Prometheus for common architectures (2) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (0) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (1) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (10) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (11) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (2) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (3) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (4) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (5) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (6) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (7) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (8) (push) Has been cancelled Details
CI / Build Prometheus for all architectures (9) (push) Has been cancelled Details
CI / Check generated parser (push) Has been cancelled Details
CI / golangci-lint (push) Has been cancelled Details
CI / fuzzing (push) Has been cancelled Details
CI / codeql (push) Has been cancelled Details
CI / Report status of build Prometheus for all architectures (push) Has been cancelled Details
CI / Publish main branch artifacts (push) Has been cancelled Details
CI / Publish release artefacts (push) Has been cancelled Details
CI / Publish UI on npm Registry (push) Has been cancelled Details
Merge pull request #16773 from prometheus/beorn7/promql
promql: Re-introduce direct mean calculation
2025-06-27 14:57:12 +02:00
..
fuzz-data
parser fix: prevent invalid array access in aggregate expression 2025-06-19 15:11:38 +02:00
promqltest Merge pull request #16773 from prometheus/beorn7/promql 2025-06-27 14:57:12 +02:00
bench_test.go chore(engine): add simple NHCB benchmark 2025-05-07 13:54:34 +02:00
durations.go Address feedback 2025-04-03 13:19:55 +02:00
durations_test.go Address feedback 2025-04-07 12:58:34 +02:00
engine.go promql: Re-introduce direct mean calculation for better accuracy 2025-06-27 14:34:46 +02:00
engine_internal_test.go chore: enable gci linter (#16245) 2025-03-22 15:46:13 +00:00
engine_test.go engine: fix PossibleNonCounterInfo annotation for rate and increase. (#16718) 2025-06-11 14:09:57 +01:00
functions.go Merge pull request #16773 from prometheus/beorn7/promql 2025-06-27 14:57:12 +02:00
functions_internal_test.go
functions_test.go
fuzz.go feature: type-and-unit-labels (PROM-39 implementation) (#16228) 2025-05-17 09:37:25 +00: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: reuse `histogramStatsIterator` where possible, and expose it for other implementations to use (#16686) 2025-06-18 23:53:46 +02:00
histogram_stats_iterator_test.go promql: reuse `histogramStatsIterator` where possible, and expose it for other implementations to use (#16686) 2025-06-18 23:53:46 +02:00
info.go chore: enable unused-parameter from revive 2025-02-19 19:50:28 +01:00
info_test.go [FEATURE] PromQL: Add experimental info function MVP (#14495) 2024-10-16 13:52:11 +01:00
promql_test.go
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 chore!: adopt log/slog, remove go-kit/log 2024-10-07 15:58:50 -04:00
query_logger_test.go chore: Fix typos (#14868) 2024-09-10 22:32:03 +02:00
value.go promql: support variable scalar parameter in aggregations in range queries (#16404) 2025-05-11 15:40:31 +02:00
value_test.go