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 d867491364
Human-friendly durations in PromQL (#7713)
4 years ago
..
fuzz-data
parser Human-friendly durations in PromQL (#7713) 4 years ago
testdata Fix avg_over_time for nan and float64 overflows (#7346) 4 years ago
bench_test.go Add context to Appender interface 4 years ago
engine.go refactoring: make sure that query_duration_seconds metrics are the same (#7668) 4 years ago
engine_test.go tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 4 years ago
functions.go Fix avg_over_time for nan and float64 overflows (#7346) 4 years ago
functions_test.go Add context to Appender interface 4 years ago
fuzz.go
promql_test.go tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 4 years ago
quantile.go Fix off-by-one error in funcHistogramQuantile / ensureMonotonic (#7393) 5 years ago
query_logger.go promql: Swap order of parseBrokenJSON. (#7718) 4 years ago
query_logger_test.go promql: Swap order of parseBrokenJSON. (#7718) 4 years ago
test.go Add context to Appender interface 4 years ago
test_test.go *: Consistent Error/Warning handling for SeriesSet iterator: Allowing Async Select (#7251) 5 years ago
value.go