mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-05 09:15:31 -04:00
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. |
||
|---|---|---|
| .. | ||
| format | ||
| deadline_client.go | ||
| helpers_test.go | ||
| instrumentation.go | ||
| interface_test.go | ||
| scheduler.go | ||
| scheduler_test.go | ||
| target.go | ||
| target_test.go | ||
| targetmanager.go | ||
| targetmanager_test.go | ||
| targetpool.go | ||
| targetpool_test.go | ||