Monitor headscale with prometheus
This commit is contained in:
@ -155,3 +155,13 @@ scrape_configs:
|
||||
static_configs:
|
||||
- targets:
|
||||
- speedtest_exporter:9516
|
||||
|
||||
- job_name: headscale
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets:
|
||||
- "{{ nebula.clients.casey.ip }}:9090"
|
||||
metric_relabel_configs:
|
||||
- source_labels: [__name__]
|
||||
regex: go_.+
|
||||
action: drop
|
||||
|
Reference in New Issue
Block a user