PK
Size: a a a
PK
A
true
, верно?PK
A
PK
AU
AU
routes:
# This routes performs a regular expression match on alert labels to
# catch alerts that are related to a list of services.
- match_re:
service: ^(foo1|foo2|baz)$
receiver: team-X-mails
VS
ST
routes:
# This routes performs a regular expression match on alert labels to
# catch alerts that are related to a list of services.
- match_re:
service: ^(foo1|foo2|baz)$
receiver: team-X-mails
ST
AU
AV
R
A
R
PR
С
curl prometheus_endpoint/metrics.json > /tmp/metrics.json && sleep 300 && cat /tmp/metrics.json | exporter
S
T
TF