prometheus/config/fixtures/minimal.conf.printed
2013-02-14 19:03:17 +01:00

21 lines
266 B
Plaintext

global {
scrape_interval = "30s"
evaluation_interval = "30s"
labels {
monitor = "test"
}
rule_files = [
"prometheus.rules"
]
}
job {
name = "prometheus"
scrape_interval = "15s"
targets {
endpoints = [
"http://localhost:9090/metrics.json"
]
}
}