Monitor headscale with prometheus

This commit is contained in:
Jake Howard
2024-01-27 17:40:02 +00:00
parent b51677b795
commit 53c758a781
3 changed files with 14 additions and 1 deletions

View File

@ -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