Commit 34fd8fde authored by Matt Bostock's avatar Matt Bostock Committed by GitHub

file_sd_config: Correct refresh_interval to 5m

The actual default is 5 minutes:
https://github.com/prometheus/prometheus/blob/ee9abf4535d2a28feb14473716e9118b4e12741b/config/config.go#L106

This was changed in prometheus/prometheus@139f27bf8.
parent 5474f1bf
......@@ -419,7 +419,7 @@ files:
[ - <filename_pattern> ... ]
# Refresh interval to re-read the files.
[ refresh_interval: <duration> | default = 30s ]
[ refresh_interval: <duration> | default = 5m ]
```
Where `<filename_pattern>` may be a path ending in `.json`, `.yml` or `.yaml`. The last path segment
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment