1
0

prometheus.yml 222 B

1234567891011
  1. global:
  2. scrape_interval: 15s
  3. scrape_configs:
  4. - job_name: 'prometheus'
  5. static_configs:
  6. - targets: ['localhost:9090']
  7. - job_name: 'node-exporter'
  8. static_configs:
  9. - targets: ['node-exporter:9100']