aboutsummaryrefslogtreecommitdiffstats
path: root/prometheus/prometheus.yml
blob: c9ded4056b8d4ae1357eb91894fdb4ca9534b99b (plain)
1
2
3
4
5
6
7
global:
  scrape_interval: 10s
scrape_configs:
 - job_name: prometheus
   static_configs:
    - targets:
       - prometheus:9090