prometheus/config/fixtures/minimal.conf.input

23 lines
340 B
Plaintext
Raw Normal View History

global <
scrape_interval: "30s"
evaluation_interval: "30s"
labels: <
label: <
name: "monitor"
value: "test"
>
>
rule_file: "prometheus.rules"
>
2013-02-16 16:01:50 -08:00
scrape_config: <
job_name: "prometheus"
scrape_interval: "15s"
metrics_path: "/metrics"
scheme: "http"
2013-02-16 16:01:50 -08:00
target_group: <
target: "localhost:9090"
>
>