Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mk committed Sep 24, 2019
2 parents b57a281 + ac6b2fa commit adf70b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Here is a Prometheus `scrape_config` snippet that configures Prometheus to scrap
# - overwrite the scrape address with the node_exporter's port.
# - strip leading commas from the tags label.
# - save the facility label
# - save the hostname label
# - save the instance label
relabel_configs:
- source_labels: [__meta_packet_public_ipv4]
replacement: "${1}:9100"
Expand All @@ -73,7 +73,7 @@ Here is a Prometheus `scrape_config` snippet that configures Prometheus to scrap
- source_labels: [__meta_packet_facility]
target_label: facility
- source_labels: [__meta_packet_hostname]
target_label: hostname
target_label: instance

```

Expand Down

0 comments on commit adf70b4

Please sign in to comment.