prometheus/retrieval
Julius Volz dcfd09c801 Prepend "exporter_" to labels that already exist in exported metrics.
If the metrics exported by a process already contain any of a target's
base labels (such as "job" or "instance", but also any manually assigned
target-group label), don't overwrite that label, but instead add a new
label consisting of the original label name prepended with "exporter_".
This is to accomodate intermediate exporter jobs, which might indicate
e.g. the jobs and instances for which they are exporting data.
2013-06-02 22:48:46 +02:00
..
format Prepend "exporter_" to labels that already exist in exported metrics. 2013-06-02 22:48:46 +02:00
deadline_client.go Target uses HTTP transport with deadlines 2013-04-29 09:46:40 +02:00
helpers_test.go Rename test helper files to helpers_test.go 2013-05-14 16:30:47 +02:00
instrumentation.go Refresh Prometheus client API usage. 2013-04-28 19:40:30 +02:00
interface_test.go ``TargetManager`` and ``TargetPool`` ass pointers. 2013-01-15 17:06:17 +01:00
scheduler.go Swap ``time.Now`` with testable ``Time.Now``. 2013-01-27 19:59:20 +01:00
scheduler_test.go Swap ``time.Now`` with testable ``Time.Now``. 2013-01-27 19:59:20 +01:00
target.go Remember and display last scrape errors in web UI. 2013-05-21 15:31:27 +02:00
target_test.go Send sample arrays instead of single samples over channels. 2013-04-29 17:24:17 +02:00
targetmanager.go Destroy naked returns in half of corpus. 2013-05-16 10:53:25 +03:00
targetmanager_test.go Remember and display last scrape errors in web UI. 2013-05-21 15:31:27 +02:00
targetpool.go Destroy naked returns in half of corpus. 2013-05-16 10:53:25 +03:00
targetpool_test.go Allow replacing job targets via HTTP API. 2013-02-28 21:33:29 +01:00