...

Text file src/github.com/letsencrypt/boulder/test/prometheus/prometheus.yml

Documentation: github.com/letsencrypt/boulder/test/prometheus

     1global:
     2  scrape_interval:     1s
     3
     4scrape_configs:
     5  - job_name: 'boulder'
     6    static_configs:
     7      - targets:
     8        - boulder:8000
     9        - boulder:8001
    10        - boulder:8002
    11        - boulder:8003
    12        - boulder:8004
    13        - boulder:8005
    14        - boulder:8007
    15        - boulder:8008
    16        - boulder:8009
    17        - boulder:8010
    18        - boulder:8040

View as plain text