v-m: Scrape HAProxy

This commit is contained in:
2024-11-01 18:14:37 -05:00
parent 7a768cbb76
commit 6cf11f9f61

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'