prometheus/config/testdata
Thibault Chataigner bf4a279a91 Remote storage reads based on oldest timestamp in primary storage (#3129)
Currently all read queries are simply pushed to remote read clients.
This is fine, except for remote storage for wich it unefficient and
make query slower even if remote read is unnecessary.
So we need instead to compare the oldest timestamp in primary/local
storage with the query range lower boundary. If the oldest timestamp
is older than the mint parameter, then there is no need for remote read.
This is an optionnal behavior per remote read client.

Signed-off-by: Thibault Chataigner <t.chataigner@criteo.com>
2017-10-18 12:08:14 +01:00
..
bearertoken.bad.yml
bearertoken_basicauth.bad.yml
conf.good.yml
global_timeout.good.yml Fix global config YAML issues 2016-02-15 14:08:25 +01:00
jobname.bad.yml
jobname_dup.bad.yml
kubernetes_bearertoken.bad.yml
kubernetes_bearertoken_basicauth.bad.yml
kubernetes_namespace_discovery.bad.yml
kubernetes_role.bad.yml
labeldrop.bad.yml
labeldrop2.bad.yml
labeldrop3.bad.yml Stricter Relabel Config Checking for Labeldrop/keep (#2510) 2017-03-18 22:32:08 +01:00
labeldrop4.bad.yml
labeldrop5.bad.yml
labelkeep.bad.yml Stricter Relabel Config Checking for Labeldrop/keep (#2510) 2017-03-18 22:32:08 +01:00
labelkeep2.bad.yml
labelkeep3.bad.yml
labelkeep4.bad.yml Stricter Relabel Config Checking for Labeldrop/keep (#2510) 2017-03-18 22:32:08 +01:00
labelkeep5.bad.yml
labelname.bad.yml
labelname2.bad.yml Rename global "labels" config option to "external_labels". 2015-09-29 20:54:20 +02:00
marathon_no_servers.bad.yml
modulus_missing.bad.yml Add 'hashmod' relabel action. 2015-06-24 21:14:53 +01:00
regex.bad.yml
remote_read_url_missing.bad.yml
remote_write_url_missing.bad.yml
rules.bad.yml
rules_abs_path.good.yml Fixing tests for Windows 2017-07-09 01:59:30 -03:00
rules_abs_path_windows.good.yml
scrape_interval.bad.yml
static_config.bad.json
target_label_hashmod_missing.bad.yml Forbid invalid relabel configurations 2016-08-29 16:56:06 +02:00
target_label_missing.bad.yml
unknown_attr.bad.yml
unknown_global_attr.bad.yml
url_in_targetgroup.bad.yml