File: prometheus.yml

package info (click to toggle)
golang-github-google-certificate-transparency 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,764 kB
  • sloc: sh: 606; makefile: 103; sql: 16
file content (19 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
global:
  scrape_interval:     15s
  external_labels:
    monitor: 'trillian'

scrape_configs:
  - job_name: 'trillian'
    static_configs:
    - targets: ['localhost:8091']
    # other targets can be added here.
    # this can be automated if a discovery tool is contributed.
    # See #948 for some context.
  - job_name: 'etcd'
    static_configs:
    - targets: ['localhost:2379']
  - job_name: 'prometheus'
    static_configs:
    - targets: ['localhost:9090']