mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-20 07:02:09 +08:00
15 lines
314 B
YAML
15 lines
314 B
YAML
![]() |
global:
|
||
|
scrape_interval: 15s
|
||
|
evaluation_interval: 15s
|
||
|
|
||
|
rule_files:
|
||
|
# - "first_rules.yml"
|
||
|
# - "second_rules.yml"
|
||
|
|
||
|
scrape_configs:
|
||
|
- job_name: 'seaweedfs-telemetry'
|
||
|
static_configs:
|
||
|
- targets: ['telemetry-server:8080']
|
||
|
scrape_interval: 30s
|
||
|
metrics_path: '/metrics'
|
||
|
scrape_timeout: 10s
|