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 37b97a0200 PromQL: Fix collision in unary negation with non-overlapping series. 3 weeks ago
..
fuzz-data
parser Merge pull request #17427 from roidelapluie/roidelapluie/ffapi 1 month ago
promqltest PromQL: Fix collision in unary negation with non-overlapping series. 3 weeks ago
bench_test.go Update modernize (#17471) 2 months ago
durations.go chore(promql): improve doc string in promql/durations.go (#16863) 6 months ago
durations_test.go Add step(), min(a,b) and max(a,b) in promql duration expressions 6 months ago
engine.go PromQL: Fix collision in unary negation with non-overlapping series. 3 weeks ago
engine_internal_test.go promql (histograms): reconcile mismatched NHCB bounds (#17278) 3 months ago
engine_test.go PromQL: Fix collision in unary negation with non-overlapping series. 3 weeks ago
functions.go PromQL: Fix collision in label_join and label_replace with non-overlapping series. 4 weeks ago
functions_internal_test.go promql: Ensure that `rate`/`increase`/`delta` of histograms results in a gauge histogram. (#17608) 1 month ago
functions_test.go Apply analyzer "modernize" to the whole codebase 5 months ago
fuzz.go refactor(textparse): Introduce Variadic options in textParse.New (#17155) 4 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: Make HistogramStatsIterator.AtFloatHistogram idempotent 4 months ago
histogram_stats_iterator_test.go promql: Make HistogramStatsIterator.AtFloatHistogram idempotent 4 months ago
info.go [PERF] PromQL: eliminate string-keyed maps in binary vector matching (#17131) 2 months ago
promql_test.go Add anchored and smoothed to vector selectors. (#16457) 4 months ago
quantile.go promql: fix histogram_fraction issue when lower falls within the first bucket (#17424) 2 months ago
quantile_test.go Export quantile functions (#15190) 1 year ago
query_logger.go Apply analyzer "modernize" to the whole codebase 5 months ago
query_logger_test.go Apply analyzer "modernize" to the whole codebase 5 months ago
value.go Apply analyzer "modernize" to the whole codebase 5 months ago
value_test.go test: move most PromQL tests into separate test package 2 years ago