blob: 50c3b4726d071d8f1f442f80eef05e57c453ce6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'warden'
static_configs:
- targets: [ 'host.docker.internal:2210' ]
- job_name: 'prometheus'
static_configs:
- targets: [ 'localhost:9090' ]
- job_name: 'tempo'
static_configs:
- targets: [ 'tempo:3200' ]
|