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