prometheus/web
Brian Brazil 3a7c51ab70 Remote read endpoint should handle matchers for external labels. (#3325)
If the other Prometheus has an external label that matches that of
the Prometheus being read from, then we need to remove that matcher
from the request as it's not actually stored in the database - it's
only added for alerts, federation and on the output of the remote read
endpoint.
Instead we check for that label being empty, in case there is a time
series with a different label value for that external label.
2017-10-23 15:12:22 +01:00
..
api/v1 Remote read endpoint should handle matchers for external labels. (#3325) 2017-10-23 15:12:22 +01:00
ui Merge branch 'release-1.7' 2017-09-21 18:27:12 +02:00
federate.go Expose current Prometheus config via /status/config 2017-08-13 22:21:18 +02:00
federate_test.go Expose current Prometheus config via /status/config 2017-08-13 22:21:18 +02:00
web.go Only respond to API requests once the server is ready 2017-10-06 17:20:20 +02:00
web_test.go Get profile handlers working again after #3054 and #3146. 2017-09-18 13:27:09 +01:00