Commit 99fbd804 authored by Bjoern Rabenstein's avatar Bjoern Rabenstein

Clarify that rule files are configured via globs

parent e345a24f
......@@ -62,9 +62,10 @@ global:
external_labels:
[ <labelname>: <labelvalue> ... ]
# Rule files specifies a list of files from which rules and alerts are read.
# Rule files specifies a list of globs. Rules and alerts are read from
# all matching files.
rule_files:
[ - <filepath> ... ]
[ - <filepath_glob> ... ]
# A list of scrape configurations.
scrape_configs:
......
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