...

Text file src/github.com/google/certificate-transparency-go/trillian/integration/prometheus.yml

Documentation: github.com/google/certificate-transparency-go/trillian/integration

     1global:
     2  scrape_interval:     15s
     3  external_labels:
     4    monitor: 'trillian'
     5
     6scrape_configs:
     7  - job_name: 'trillian'
     8    static_configs:
     9    - targets: ['localhost:8091']
    10    # other targets can be added here.
    11    # this can be automated if a discovery tool is contributed.
    12    # See #948 for some context.
    13  - job_name: 'etcd'
    14    static_configs:
    15    - targets: ['localhost:2379']
    16  - job_name: 'prometheus'
    17    static_configs:
    18    - targets: ['localhost:9090']
    19

View as plain text