Explorar el Código

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

Rafael Blumberg hace 3 años
padre
commit
f656f16d3e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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']