13 lines
312 B
Text
13 lines
312 B
Text
|
prometheus:
|
||
|
server:
|
||
|
config:
|
||
|
scrape_configs:
|
||
|
- job_name: 'prometheus'
|
||
|
scrape_interval: 5s
|
||
|
static_configs:
|
||
|
- targets: ['localhost:9090']
|
||
|
- job_name: 'node'
|
||
|
scrape_interval: 5s
|
||
|
static_configs:
|
||
|
- targets: ['localhost:9100']
|