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
Copy file name to clipboardExpand all lines: content/operate/rs/monitoring/metrics_stream_engine.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ categories:
6
6
- operate
7
7
- rs
8
8
- kubernetes
9
-
description: Use the metrics that measure the performance of your Redis Enterprise Software clusters, nodes, databases, and shards to track the performance of your databases.
9
+
description: Preview the new metrics stream engine for monitoring Redis Enterprise Software.
10
10
hideListLinks: true
11
11
linkTitle: Metrics stream engine preview for monitoring v2
Copy file name to clipboardExpand all lines: content/operate/rs/monitoring/v1_monitoring.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,21 @@ categories:
6
6
- operate
7
7
- rs
8
8
- kubernetes
9
-
description: Use the metrics that measure the performance of your Redis Enterprise Software clusters, nodes, databases, and shards to track the performance of your databases.
9
+
description: Monitor Redis Enterprise Software clusters and databases using internal monitoring systems and external monitoring tools.
10
10
hideListLinks: true
11
11
linkTitle: Monitoring v1
12
12
weight: 50
13
13
---
14
14
15
-
The current approach to monitoring Redis Enterprise Software clusters, nodes, databases, and shards includes:
15
+
The current approach to monitoring Redis Enterprise Software includes:
16
16
17
17
- Internal monitoring systems:
18
18
19
-
-All stats-api
19
+
-[Statistics APIs]({{<relref "/operate/rs/references/rest-api/objects/statistics">}}), which collect various statistics at regular time intervals for clusters, nodes, databases, shards, and endpoints.
20
20
21
-
- Cluster Manager metrics and alerts
21
+
- Cluster manager metrics and alerts.
22
22
23
-
- The v1 Prometheus scraping endpoint to integrate with external monitoring tools such as Prometheus and Grafana.
23
+
- The v1 Prometheus scraping endpoint to integrate with external monitoring tools such as [Prometheus and Grafana]({{<relref "/operate/rs/monitoring/prometheus_and_grafana">}}).
24
24
25
25
## Cluster manager metrics
26
26
@@ -39,6 +39,11 @@ To choose which metrics to display in the two large graphs at the top of the pag
39
39
40
40
We recommend that you show two similar metrics in the top graphs so you can compare them side-by-side.
41
41
42
+
See the following topics for metrics definitions:
43
+
-[Database operations]({{< relref "/operate/rs/references/metrics/database-operations" >}}) for database metrics
44
+
-[Resource usage]({{< relref "/operate/rs/references/metrics/resource-usage" >}}) for resource and database usage metrics
45
+
-[Auto Tiering]({{< relref "/operate/rs/references/metrics/auto-tiering" >}}) for additional metrics for [Auto Tiering ]({{< relref "/operate/rs/databases/auto-tiering" >}}) databases
46
+
42
47
## Cluster alerts
43
48
44
49
In **Cluster > Alert Settings**, you can enable alerts for node or cluster events, such as high memory usage or throughput.
Copy file name to clipboardExpand all lines: content/operate/rs/references/metrics/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ linkTitle: Metrics
12
12
weight: $weight
13
13
---
14
14
15
-
## Cluster Manager metrics
15
+
## Cluster manager metrics
16
16
17
17
In the Redis Enterprise Cluster Manager UI, you can see real-time performance metrics for clusters, nodes, databases, and shards, and configure alerts that send notifications based on alert parameters. Select the **Metrics** tab to view the metrics for each component. For more information, see [Monitoring with metrics and alerts]({{< relref "/operate/rs/monitoring" >}}).
0 commit comments