浏览代码

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