mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-07 16:36:52 +02:00
Thanks to Redline for starting work on this and helping me out on Discord.
12 lines
205 B
YAML
12 lines
205 B
YAML
global:
|
|
scrape_interval: 1s
|
|
evaluation_interval: 1s
|
|
|
|
rule_files:
|
|
# - "first.rules"
|
|
# - "second.rules"
|
|
|
|
scrape_configs:
|
|
- job_name: "robust"
|
|
static_configs:
|
|
- targets: ["localhost:1234"] |