Skip to content

Commit

Permalink
DOC-4800 More copy edits
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelledge committed Mar 7, 2025
1 parent f8dd88d commit b04d0b8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/operate/rs/monitoring/metrics_stream_engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ categories:
- operate
- rs
- kubernetes
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.
description: Preview the new metrics stream engine for monitoring Redis Enterprise Software.
hideListLinks: true
linkTitle: Metrics stream engine preview for monitoring v2
weight: 60
Expand Down
15 changes: 10 additions & 5 deletions content/operate/rs/monitoring/v1_monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ categories:
- operate
- rs
- kubernetes
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.
description: Monitor Redis Enterprise Software clusters and databases using internal monitoring systems and external monitoring tools.
hideListLinks: true
linkTitle: Monitoring v1
weight: 50
---

The current approach to monitoring Redis Enterprise Software clusters, nodes, databases, and shards includes:
The current approach to monitoring Redis Enterprise Software includes:

- Internal monitoring systems:

- All stats-api
- [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.

- Cluster Manager metrics and alerts
- Cluster manager metrics and alerts.

- The v1 Prometheus scraping endpoint to integrate with external monitoring tools such as Prometheus and Grafana.
- The v1 Prometheus scraping endpoint to integrate with external monitoring tools such as [Prometheus and Grafana]({{<relref "/operate/rs/monitoring/prometheus_and_grafana">}}).

## Cluster manager metrics

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

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

See the following topics for metrics definitions:
- [Database operations]({{< relref "/operate/rs/references/metrics/database-operations" >}}) for database metrics
- [Resource usage]({{< relref "/operate/rs/references/metrics/resource-usage" >}}) for resource and database usage metrics
- [Auto Tiering]({{< relref "/operate/rs/references/metrics/auto-tiering" >}}) for additional metrics for [Auto Tiering ]({{< relref "/operate/rs/databases/auto-tiering" >}}) databases

## Cluster alerts

In **Cluster > Alert Settings**, you can enable alerts for node or cluster events, such as high memory usage or throughput.
Expand Down
2 changes: 1 addition & 1 deletion content/operate/rs/references/metrics/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ linkTitle: Metrics
weight: $weight
---

## Cluster Manager metrics
## Cluster manager metrics

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

Expand Down

0 comments on commit b04d0b8

Please sign in to comment.