prometheus/promql/testdata
Brian Brazil 220e78b9c3 Consider a series stale after 4.1 intervals with no data.
To cover the cases where stale markers may not be available,
we need to infer the interval and mark series stale based on that.
As we're lacking stale markers this is less accurate, however
it should be good enough for these cases.

We need 4 intervals as if say we had data at t=0 and t=10,
coming via federation. The next data point should be at t=20 however it
could take up to t=30 for it actually to be ingested, t=40 for it to be
scraped via federation and t=50 for it to be ingested.
We then add 10% on to that for slack, as we do elsewhere.
2017-05-24 14:27:17 +01:00
..
aggregators.test Add quantile aggregator. 2016-07-21 00:09:19 +01:00
functions.test Add timestamp() function. 2017-05-12 12:00:31 +01:00
histograms.test Force buckets in a histogram to be monotonic for quantile estimation (#2610) 2017-04-14 16:21:49 +02:00
legacy.test move legacy test for delta function 2016-08-08 10:02:58 +02:00
literals.test Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00
operators.test Simply use `math.Mod(float64, float64)` after all 2016-11-08 21:03:31 +01:00
selectors.test Add missing test file 2016-03-02 23:00:23 +01:00
staleness.test Consider a series stale after 4.1 intervals with no data. 2017-05-24 14:27:17 +01:00