README: fix spelling in route config example comment
Signed-off-by: Christian Hoffmann <mail@hoffmann-christian.info>
This commit is contained in:
parent
a127573b14
commit
61e7ec8833
|
@ -102,7 +102,7 @@ route:
|
||||||
|
|
||||||
# The child route trees.
|
# The child route trees.
|
||||||
routes:
|
routes:
|
||||||
# This routes performs a regular expression match on alert labels to
|
# This route performs a regular expression match on alert labels to
|
||||||
# catch alerts that are related to a list of services.
|
# catch alerts that are related to a list of services.
|
||||||
- matchers:
|
- matchers:
|
||||||
- service=~"^(foo1|foo2|baz)$"
|
- service=~"^(foo1|foo2|baz)$"
|
||||||
|
|
Loading…
Reference in New Issue