diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9318727..eb72cd5af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ Data written in previous pre-release versions may have been affected by the out- bug. Reading this data may reveal artefacts and incorrect data. Starting with a clean storage directory is advised. The WAL directory may safely be kept. +## 1.8.1 / 2017-10-19 + +* [BUGFIX] Correctly handle external labels on remote read endpoint ## 1.8.0 / 2017-10-06 diff --git a/docs/configuration/alerting_rules.md b/docs/configuration/alerting_rules.md new file mode 100644 index 000000000..905b26203 --- /dev/null +++ b/docs/configuration/alerting_rules.md @@ -0,0 +1,98 @@ +--- +title: Alerting rules +sort_rank: 3 +--- + +# Alerting rules + +Alerting rules allow you to define alert conditions based on Prometheus +expression language expressions and to send notifications about firing alerts +to an external service. Whenever the alert expression results in one or more +vector elements at a given point in time, the alert counts as active for these +elements' label sets. + +Alerting rules are configured in Prometheus in the same way as [recording +rules](recording_rules.md). + +### Defining alerting rules + +Alerting rules are defined in the following syntax: + + ALERT + IF + [ FOR ] + [ LABELS