prometheus/promql/testdata
Brian Brazil c77c3a8c56 promql: Limit extrapolation of delta/rate/increase
The new implementation detects the start and end of a series by
looking at the average sample interval within the range. If the first
(last) sample in the range is more than 1.1*interval distant from the
beginning (end) of the range, it is considered the first (last) sample
of the series as a whole, and extrapolation is limited to half the
interval (rather than all the way to the beginning (end) of the
range). In addition, if the extrapolated starting point of a counter
(where it is zero) is within the range, it is used as the starting
point of the series.

Fixes #581
2016-01-08 15:32:43 +01:00
..
comparison.test promql: Remove scalar/scalar comparisons. 2015-10-11 08:51:04 +01:00
functions.test promql: Limit extrapolation of delta/rate/increase 2016-01-08 15:32:43 +01:00
histograms.test Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00
legacy.test promql: Limit extrapolation of delta/rate/increase 2016-01-08 15:32:43 +01:00
literals.test Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00
operators.test Handle NaN for min/max. 2016-01-06 12:41:40 +00:00