remove commented yaml form prometheus config

This commit is contained in:
Jonathan Math 2021-05-04 09:09:11 -05:00
parent 285e96fe87
commit 0b3369ac2e

View file

@ -3,9 +3,6 @@ global:
external_labels:
monitor: 'my-monitor'
scrape_configs:
#- job_name: 'prometheus'
# target_groups:
# - targets: ['localhost:9090']
- job_name: 'node-exporter'
target_groups:
- targets: ['node-exporter:9100']