15 lines
289 B
YAML
15 lines
289 B
YAML
global:
|
|
scrape_interval: 30s
|
|
|
|
scrape_configs:
|
|
- job_name: 'janus'
|
|
static_configs:
|
|
- targets: ['janus:3000']
|
|
|
|
- job_name: 'node'
|
|
static_configs:
|
|
- targets: ['node-exporter:9100']
|
|
|
|
- job_name: 'valkey'
|
|
static_configs:
|
|
- targets: ['redis-exporter:9121']
|