Commit 722fb754 authored by Brian Brazil's avatar Brian Brazil Committed by GitHub

Merge pull request #586 from prometheus/beorn7/doc-improve

Clarify that rule files are configured via globs
parents e345a24f 99fbd804
......@@ -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