blob: eda5d0261c8f0d29c9a93312fc3769558a684ff6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: [ 'localhost:9090' ]
- job_name: 'tempo'
static_configs:
- targets: [ 'tempo:3200' ]
|