Skip to content

Commit b04d0b8

Browse files
committed
DOC-4800 More copy edits
1 parent f8dd88d commit b04d0b8

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

content/operate/rs/monitoring/metrics_stream_engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories:
66
- operate
77
- rs
88
- 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.
1010
hideListLinks: true
1111
linkTitle: Metrics stream engine preview for monitoring v2
1212
weight: 60

content/operate/rs/monitoring/v1_monitoring.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ categories:
66
- operate
77
- rs
88
- 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.
1010
hideListLinks: true
1111
linkTitle: Monitoring v1
1212
weight: 50
1313
---
1414

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:
1616

1717
- Internal monitoring systems:
1818

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.
2020

21-
- Cluster Manager metrics and alerts
21+
- Cluster manager metrics and alerts.
2222

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">}}).
2424

2525
## Cluster manager metrics
2626

@@ -39,6 +39,11 @@ To choose which metrics to display in the two large graphs at the top of the pag
3939

4040
We recommend that you show two similar metrics in the top graphs so you can compare them side-by-side.
4141

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+
4247
## Cluster alerts
4348

4449
In **Cluster > Alert Settings**, you can enable alerts for node or cluster events, such as high memory usage or throughput.

content/operate/rs/references/metrics/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ linkTitle: Metrics
1212
weight: $weight
1313
---
1414

15-
## Cluster Manager metrics
15+
## Cluster manager metrics
1616

1717
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" >}}).
1818

0 commit comments

Comments
 (0)