Skip to content

Commit ff3467e

Browse files
authored
DOC-5936 Updated links to Prometheus alerts repo (#2393)
1 parent b08e05c commit ff3467e

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

content/embeds/rs-observability.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,11 +512,23 @@ to the application's data model or the way it interacts with Redis.
512512

513513
## Alerting
514514

515-
The Redis Enterprise observability package includes [a suite of alerts and their associated tests for use with Prometheus](https://github.com/redis-field-engineering/redis-enterprise-observability/tree/main/grafana#alerts). **Note:** Not all the alerts are appropriate for all environments; for example, installations that do not use persistence have no need for storage alerts.
515+
The Redis Enterprise observability package includes a suite of alerts and their associated tests for use with Prometheus.
516516

517-
The alerts are packaged with [a series of tests](https://github.com/redis-field-engineering/redis-enterprise-observability/tree/main/grafana/tests)
517+
- [Alerts for the v1 metrics endpoint](https://github.com/redis-field-engineering/redis-enterprise-observability/tree/main/prometheus)
518+
519+
- [Alerts for the v2 metrics endpoint](https://github.com/redis-field-engineering/redis-enterprise-observability/tree/main/prometheus_v2)
520+
521+
{{<note>}}
522+
Not all the alerts are appropriate for all environments; for example, installations that do not use persistence have no need for storage alerts.
523+
{{</note>}}
524+
525+
The alerts are packaged with a series of tests
518526
that validate the individual triggers. You can use these tests to validate your modifications to these alerts for specific environments and use cases.
519527

528+
- [Tests for the v1 metrics endpoint](https://github.com/redis-field-engineering/redis-enterprise-observability/tree/main/prometheus/tests)
529+
530+
- [Tests for the v2 metrics endpoint](https://github.com/redis-field-engineering/redis-enterprise-observability/tree/main/prometheus_v2/tests)
531+
520532
To use these alerts, install [Prometheus Alertmanager](https://prometheus.io/docs/alerting/latest/configuration/).
521533
For a comprehensive guide to alerting with Prometheus and Grafana,
522534
see the [Grafana blog post on the subject](https://grafana.com/blog/2020/02/25/step-by-step-guide-to-setting-up-prometheus-alertmanager-with-slack-pagerduty-and-gmail/).

0 commit comments

Comments
 (0)