Преглед изворни кода

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

Rafael Blumberg пре 3 година
родитељ
комит
f656f16d3e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      configs/prometheus.yml

+ 1 - 1
configs/prometheus.yml

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