|
@@ -22,5 +22,6 @@ scrape_configs:
|
|
|
# metrics_path defaults to '/metrics'
|
|
# metrics_path defaults to '/metrics'
|
|
|
# scheme defaults to 'http'.
|
|
# scheme defaults to 'http'.
|
|
|
|
|
|
|
|
- target_groups:
|
|
|
|
|
- - targets: ['localhost:9090', '172.17.0.1:9091', '172.17.0.1:9100', '172.17.0.1:9150']
|
|
|
|
|
|
|
+ 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']
|