prometheus.yml 263 Bytes
Newer Older
Kevin Lyda's avatar
Kevin Lyda committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
global:
  scrape_interval:     10s

  external_labels:
    monitor: 'gqgmc-monitor'

scrape_configs:
  - job_name: 'prometheus'
    static_configs:
      - targets: ['localhost:9090']

  - job_name: 'gqgmc'
    static_configs:
      - targets: ['brooklyn:8080']