prometheus/promql
Julius Volz 9da9e6daf4
Some checks are pending
buf.build / lint and publish (push) Waiting to run
CI / Go tests (push) Waiting to run
CI / More Go tests (push) Waiting to run
CI / Go tests with previous Go version (push) Waiting to run
CI / UI tests (push) Waiting to run
CI / Go tests on Windows (push) Waiting to run
CI / Mixins tests (push) Waiting to run
CI / Build Prometheus for common architectures (push) Waiting to run
CI / Build Prometheus for all architectures (push) Waiting to run
CI / Report status of build Prometheus for all architectures (push) Blocked by required conditions
CI / Check generated parser (push) Waiting to run
CI / golangci-lint (push) Waiting to run
CI / fuzzing (push) Waiting to run
CI / codeql (push) Waiting to run
CI / Publish main branch artifacts (push) Blocked by required conditions
CI / Publish release artefacts (push) Blocked by required conditions
CI / Publish UI on npm Registry (push) Blocked by required conditions
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run
Merge pull request #17687 from ADITYATIWARI342005/fix/utf8
promql/parser: fix UTF-8 label quoting in format_query endpoint
2025-12-28 12:08:07 +01:00
..
fuzz-data textparse: Add fuzzing and fix bug caught 2017-07-07 11:12:17 +02:00
parser Merge pull request #17687 from ADITYATIWARI342005/fix/utf8 2025-12-28 12:08:07 +01:00
promqltest Merge pull request #17670 from roidelapluie/roidelapluie/promql-range 2025-12-26 16:31:18 +01:00
bench_test.go Update modernize (#17471) 2025-11-04 05:13:49 +00:00
durations.go PromQL: duration expression: add range() 2025-12-10 16:27:18 +01:00
durations_test.go PromQL: duration expression: add range() 2025-12-10 16:27:18 +01:00
engine.go Merge pull request #17670 from roidelapluie/roidelapluie/promql-range 2025-12-26 16:31:18 +01:00
engine_internal_test.go promql (histograms): reconcile mismatched NHCB bounds (#17278) 2025-10-18 01:03:52 +02:00
engine_test.go PromQL: Fix collision in unary negation with non-overlapping series. 2025-12-17 11:03:55 +01:00
functions.go PromQL: Fix collision in label_join and label_replace with non-overlapping series. 2025-12-16 16:58:53 +01:00
functions_internal_test.go promql: Ensure that rate/increase/delta of histograms results in a gauge histogram. (#17608) 2025-11-26 18:18:01 +01: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 [PERF] PromQL: eliminate string-keyed maps in binary vector matching (#17131) 2025-11-12 10:43:05 +00:00
promql_test.go Add anchored and smoothed to vector selectors. (#16457) 2025-09-25 11:34:59 +02:00
quantile.go promql: fix histogram_fraction issue when lower falls within the first bucket (#17424) 2025-11-13 11:17:51 +01: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