mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
12 lines
253 B
YAML
12 lines
253 B
YAML
|
|
global:
|
||
|
|
scrape_interval: 15s
|
||
|
|
evaluation_interval: 15s
|
||
|
|
|
||
|
|
scrape_configs:
|
||
|
|
- job_name: 'postgresql'
|
||
|
|
static_configs:
|
||
|
|
- targets: [ 'postgres-exporter:9187' ]
|
||
|
|
|
||
|
|
- job_name: 'redis'
|
||
|
|
static_configs:
|
||
|
|
- targets: [ 'redis-exporter:9121' ]
|