...

Text file src/github.com/google/certificate-transparency-go/submission/server/prometheus.yml

Documentation: github.com/google/certificate-transparency-go/submission/server

     1global:
     2  scrape_interval:     15s
     3  external_labels:
     4    monitor: 'proxy-monitor'
     5
     6scrape_configs:
     7  - job_name: 'submission-proxy'
     8    scrape_interval: 5s
     9    static_configs:
    10      - targets: ['localhost:5951']  # mathes default for proxy
    11      

View as plain text