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: ...@@ -62,9 +62,10 @@ global:
external_labels: external_labels:
[ <labelname>: <labelvalue> ... ] [ <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: rule_files:
[ - <filepath> ... ] [ - <filepath_glob> ... ]
# A list of scrape configurations. # A list of scrape configurations.
scrape_configs: 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