Files
RobustToolbox/Tools/Docker/prometheus-grafana/prometheus.yml
Pieter-Jan Briers dd0cb9f216 Prometheus metrics server.
Thanks to Redline for starting work on this and helping me out on Discord.
2020-06-08 00:12:23 +02:00

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"]