소스 검색

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']