You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lastly, we also provide two sets of dashboards designed to be used in a drill-down fashion. These dashboards specifically cover
13
+
Lastly, we also provide two sets of dashboards designed to be used in a drill-down fashion. These dashboards specifically cover
13
14
databases and nodes.
14
15
15
-
The top-level dashboard (e.g., Databases or Nodes) displays all instances of that type. For example, the [databases dashboard](workflow/databases/redis-software-cluster-databases_v9-11.json) shows metrics for every database in the Redis cluster. The individual rows make it easy to access different types of
16
+
The top-level dashboard (e.g., Databases or Nodes) displays all instances of that type. For example, the [databases dashboard](workflow/databases/redis-software-cluster-databases_v9-11.json) shows metrics for every database in the Redis cluster. The individual rows make it easy to access different types of
Note that these dashboards, and their associated display panes, all have links in the top-right for the dashboards, and in the top-left for the
32
+
Note that these dashboards, and their associated display panes, all have links in the top-right for the dashboards, and in the top-left for the
32
33
panes, that make it easy to navigate from the main dashboard to the relevant detail information.
33
34
34
35
### Alerts
35
-
This repository also contains [alert configuration files](prometheus/rules/alerts.yml) for Prometheus that can generate notifications when any of a number of
36
+
This repository also contains [alert configuration files](prometheus/rules/alerts.yml) for Prometheus that can generate notifications when any of a number of
36
37
key metrics fall outside of their expected ranges.
37
38
38
39
Finally, we include a set of [metrics descriptions](metrics) for your reference.
@@ -83,7 +84,7 @@ See the sections below for details.
83
84
84
85
### Prometheus and Grafana
85
86
86
-
1. Configure your [Prometheus deployment's scraping config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#scrape_config)
87
+
1. Configure your [Prometheus deployment's scraping config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#scrape_config)
87
88
so that it reads from your Redis Enterprise Prometheus endpoint.
88
89
89
90
2.[Create a Prometheus data source](https://grafana.com/docs/grafana/v8.5/datasources/add-a-data-source/) in Grafana's administration console.
@@ -100,7 +101,7 @@ For Redis Enterprise, we provide the following dashboards:
To run the alerting tests, you will need to copy the [prometheus/rules/](rules) and [prometheus/tests/](tests) folders to your Prometheus installation. Once they have been
143
+
To run the alerting tests, you will need to copy the [prometheus/rules/](rules) and [prometheus/tests/](tests) folders to your Prometheus installation. Once they have been
143
144
copied,
144
145
you can execute the tests as follows:
145
146
@@ -149,16 +150,16 @@ promtool test rules tests/*
149
150
150
151
### Modifying the alerts
151
152
152
-
You can customize the included alerts to the need of your Redis deployment environment and configuration. You can also create additional alerts
153
-
following Prometheus' alerting guidelines. We strongly recommend that you create unit tests for each of your alerts to ensure that they perform as
153
+
You can customize the included alerts to the need of your Redis deployment environment and configuration. You can also create additional alerts
154
+
following Prometheus' alerting guidelines. We strongly recommend that you create unit tests for each of your alerts to ensure that they perform as
154
155
expected.
155
156
156
-
To learn more about testing alerts, see the [Prometheus documentation for unit testing
157
+
To learn more about testing alerts, see the [Prometheus documentation for unit testing
0 commit comments