mirror of https://github.com/prometheus/prometheus
Browse Source
This fix adds check if target_label value is set in case if action is replace or hashmod Issue [#1900]pull/1929/head
Alexey Miroshkin
8 years ago
4 changed files with 19 additions and 0 deletions
@ -0,0 +1,6 @@
|
||||
scrape_configs: |
||||
- job_name: prometheus |
||||
relabel_configs: |
||||
- source_labels: [__address__] |
||||
modulus: 8 |
||||
action: hashmod |
Loading…
Reference in new issue