소스 검색

dev-docker: add grafana as target

bergquist 8 년 전
부모
커밋
7eec60ec2e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker/blocks/prometheus/prometheus.yml

+ 1 - 1
docker/blocks/prometheus/prometheus.yml

@@ -33,4 +33,4 @@ scrape_configs:
 
     static_configs:
       #- targets: ['localhost:9090', '172.17.0.1:9091', '172.17.0.1:9100', '172.17.0.1:9150']
-      - targets: ['localhost:9090', '127.0.0.1:9091', '127.0.0.1:9100', '127.0.0.1:9150']
+      - targets: ['localhost:9090', '127.0.0.1:9091', '127.0.0.1:9100', '127.0.0.1:3000']