Browse Source

Change prometheus job name to Pi-Hosted (#232)

Rafael Blumberg 3 years ago
parent
commit
f656f16d3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configs/prometheus.yml

+ 1 - 1
configs/prometheus.yml

@@ -1,5 +1,5 @@
 scrape_configs:
 scrape_configs:
-  - job_name: 'prometheus'
+  - job_name: 'Pi-Hosted'
     scrape_interval: 30s
     scrape_interval: 30s
     static_configs:
     static_configs:
       - targets: ['localhost:9090', 'cadvisor:8080', 'node-exporter:9100']
       - targets: ['localhost:9090', 'cadvisor:8080', 'node-exporter:9100']