You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
314 B
15 lines
314 B
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
|