summaryrefslogtreecommitdiffstats
path: root/docker-compose/prometheus.yml
blob: 30f7c837f186d43137724c0036490b93976a6227 (plain)
1
2
3
4
5
6
7
8
9
10
global:
  scrape_interval: 5s
  evaluation_interval: 5s

scrape_configs:
  - job_name: 'cps-and-ncm'
    metrics_path: '/manage/prometheus'
    scrape_interval: 5s
    static_configs:
      - targets: ['cps-and-ncmp:8081']