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.
 
 
 
 
 
Alex Greenbank 421a3c22ea
scrape: provide a fallback format (#15136)
1 month ago
..
fuzz-data
parser fix: use "ErrorContains" or "EqualError" instead of "Contains(t, err.Error()" and "Equal(t, err.Error()" (#15094) 2 months ago
promqltest Fix stddev/stdvar when aggregating histograms, NaNs, and infinities (#14941) 1 month ago
bench_test.go promql: rename holt_winters to double_exponential_smoothing 2 months ago
engine.go Merge pull request #15173 from prometheus/merge-2.55-into-main-3 1 month ago
engine_internal_test.go chore!: adopt log/slog, remove go-kit/log 2 months ago
engine_test.go chore!: adopt log/slog, remove go-kit/log 2 months ago
functions.go Merge branch 'release-2.55' into merge-2.55-into-main-3 1 month ago
functions_internal_test.go
functions_test.go Refactor engine creation in tests 4 months ago
fuzz.go scrape: provide a fallback format (#15136) 1 month ago
fuzz_test.go fix: use "ErrorContains" or "EqualError" instead of "Contains(t, err.Error()" and "Equal(t, err.Error()" (#15094) 2 months ago
histogram_stats_iterator.go Use CopyTo when resetting histogram in stats iterator 4 months ago
histogram_stats_iterator_test.go Add more test cases 4 months ago
promql_test.go Refactor engine creation in tests 4 months ago
quantile.go promql(native histograms): Introduce exponential interpolation 2 months ago
quantile_test.go
query_logger.go chore!: adopt log/slog, remove go-kit/log 2 months ago
query_logger_test.go chore: Fix typos (#14868) 2 months ago
value.go chore: Fix typos (#14868) 2 months ago
value_test.go