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
beorn7 0fa70e0f6c promql: Use `HistogramStatsIterator` more often 8 months ago
..
fuzz-data textparse: Add fuzzing and fix bug caught 9 years ago
parser Merge pull request #17067 from prometheus/faster-promql-printer 8 months ago
promqltest promql: Use `HistogramStatsIterator` more often 8 months ago
bench_test.go promql: Add a two-legged benchmark for HistogramStatsIterator 8 months ago
durations.go chore(promql): improve doc string in promql/durations.go (#16863) 10 months ago
durations_test.go Add step(), min(a,b) and max(a,b) in promql duration expressions 10 months ago
engine.go promql: Use `HistogramStatsIterator` more often 8 months ago
engine_internal_test.go Histograms: set annotation when adding or subtracting histograms that have `not_reset` and `reset` hints. 8 months ago
engine_test.go feat(promql): add first_over_time and ts_of_first_over_time 8 months ago
functions.go Merge pull request #17094 from prometheus/beorn7/histogram 8 months ago
functions_internal_test.go promql: Fix when to emit a `HistogramCounterResetCollisionWarning` 8 months ago
functions_test.go Apply analyzer "modernize" to the whole codebase 8 months ago
fuzz.go refactor(textparse): allow for parsers with direct NHCB support (#17153) 8 months ago
fuzz_test.go fix: use "ErrorContains" or "EqualError" instead of "Contains(t, err.Error()" and "Equal(t, err.Error()" (#15094) 2 years ago
histogram_stats_iterator.go promql: Make HistogramStatsIterator.AtFloatHistogram idempotent 8 months ago
histogram_stats_iterator_test.go promql: Make HistogramStatsIterator.AtFloatHistogram idempotent 8 months ago
info.go [BUGFIX] PromQL: fix slice indexing bug in info function (#17135) 8 months ago
info_test.go [BUGFIX] PromQL: fix slice indexing bug in info function (#17135) 8 months ago
promql_test.go Apply analyzer "modernize" to the whole codebase 8 months ago
quantile.go fix(promql): histogram_quantile and histogram_fraction NaN observed in native histogram (#16724) 10 months ago
quantile_test.go Export quantile functions (#15190) 1 year ago
query_logger.go Apply analyzer "modernize" to the whole codebase 8 months ago
query_logger_test.go Apply analyzer "modernize" to the whole codebase 8 months ago
value.go Apply analyzer "modernize" to the whole codebase 8 months ago
value_test.go test: move most PromQL tests into separate test package 2 years ago