The Prometheus monitoring system and time series database.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
prometheus/promql
Julien Pivotto 984c8de0da PromQL: Fix printing +min() 6 months ago
..
fuzz-data
parser PromQL: Fix printing +min() 6 months ago
promqltest PromQL: min/max/step: add more tests 6 months ago
bench_test.go chore(engine): add simple NHCB benchmark 8 months ago
durations.go Add step(), min(a,b) and max(a,b) in promql duration expressions 6 months ago
durations_test.go Add step(), min(a,b) and max(a,b) in promql duration expressions 6 months ago
engine.go Add step(), min(a,b) and max(a,b) in promql duration expressions 6 months ago
engine_internal_test.go chore: enable gci linter (#16245) 10 months ago
engine_test.go Add step(), min(a,b) and max(a,b) in promql duration expressions 6 months ago
functions.go Merge pull request #16773 from prometheus/beorn7/promql 7 months ago
functions_internal_test.go Fix issue where summation of +/- infinity returns NaN instead of infinity 2 years ago
functions_test.go Refactor engine creation in tests 2 years ago
fuzz.go feature: type-and-unit-labels (PROM-39 implementation) (#16228) 8 months ago
fuzz_test.go fix: use "ErrorContains" or "EqualError" instead of "Contains(t, err.Error()" and "Equal(t, err.Error()" (#15094) 1 year ago
histogram_stats_iterator.go promql: reuse `histogramStatsIterator` where possible, and expose it for other implementations to use (#16686) 7 months ago
histogram_stats_iterator_test.go promql: reuse `histogramStatsIterator` where possible, and expose it for other implementations to use (#16686) 7 months ago
info.go chore: enable unused-parameter from revive 11 months ago
info_test.go [FEATURE] PromQL: Add experimental info function MVP (#14495) 1 year ago
promql_test.go Refactor engine creation in tests 2 years ago
quantile.go fix(promql): histogram_quantile and histogram_fraction NaN observed in native histogram (#16724) 7 months ago
quantile_test.go Export quantile functions (#15190) 1 year ago
query_logger.go chore!: adopt log/slog, remove go-kit/log 1 year ago
query_logger_test.go chore: Fix typos (#14868) 1 year ago
value.go promql: support variable scalar parameter in aggregations in range queries (#16404) 8 months ago
value_test.go test: move most PromQL tests into separate test package 2 years ago