1
0
Fork 0

v-m: Scrape HAProxy

pull/32/head
Dustin 2024-11-01 18:14:37 -05:00
parent 7a768cbb76
commit 6cf11f9f61
1 changed files with 11 additions and 0 deletions

View File

@ -474,3 +474,14 @@ scrape_configs:
target_label: __address__
- source_labels: [__address__]
target_label: instance
- job_name: haproxy
static_configs:
- targets:
- haproxy0.pyrocufflink.blue
relabel_configs:
- source_labels: [__address__]
target_label: instance
- source_labels: [__address__]
target_label: __address__
replacement: '$1:8118'