aboutsummaryrefslogtreecommitdiffstats
path: root/development/prometheus.yml
blob: 201c8f96372f48c34d24a36627c6d8770c5de2ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
global:
  scrape_interval: 5s
  external_labels:
    monitor: 'my-monitor'

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

  - job_name: 'ves-hv-collector'
    metrics_path: '/monitoring/prometheus'
    static_configs:
      - targets: ['ves-hv-collector:6060']