Skip to content

Commit b033881

Browse files
committed
Made some formatting/style edits and added links to the v1 monitoring overview
1 parent c2fffae commit b033881

File tree

1 file changed

+39
-23
lines changed

1 file changed

+39
-23
lines changed

content/operate/rs/monitoring/v1_monitoring.md

Lines changed: 39 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,45 +12,61 @@ linkTitle: Monitoring v1
1212
weight: 50
1313
---
1414

15-
Current Monitoring System (Deprecated)
15+
## Current monitoring system (deprecated)
16+
17+
The current monitoring system, which is deprecated as of Redis Enterprise Software version 7.22, consists of the following components:
18+
19+
- Internal metrics storage:
1620

17-
- Internal Metrics Storage
1821
- Metrics are internally aggregated, calculated, and stored for up to one year.
19-
- This historical data is used for generating trends and performance insights over time.
2022

21-
- [Statistics APIs]({{<relref "/operate/rs/references/rest-api/objects/statistics">}})
22-
- A set of RESTful APIs that expose metrics collected at regular intervals from clusters, nodes, databases, shards, and endpoints.
23+
- This historical data is used to generate trends and performance insights over time.
24+
25+
- [Statistics APIs]({{<relref "/operate/rs/references/rest-api/objects/statistics">}}):
26+
27+
- This set of RESTful APIs exposes metrics collected at regular intervals from clusters, nodes, databases, shards, and endpoints.
28+
2329
- These APIs allow customers to retrieve performance and usage statistics directly from the internal storage layer.
2430

25-
- Cluster Manager Metrics and Alerts
26-
- The Cluster Manager UI includes dedicated metrics pages that display pre-aggregated metrics.
27-
- Cluster alerts are triggered based on thresholds applied to these stored metrics.
31+
- Cluster manager metrics and alerts:
32+
33+
- The Cluster Manager UI includes [dedicated metrics pages](#cluster-manager-metrics) that display pre-aggregated metrics.
34+
35+
- [Cluster alerts](#cluster-alerts) are triggered based on thresholds applied to these stored metrics.
2836

29-
- v1 Prometheus Scraping Endpoint
30-
- Redis Enterprise exposes a legacy /prometheus_metrics endpoint to integrate with external observability platforms like [Prometheus and Grafana]({{<relref "/operate/rs/monitoring/prometheus_and_grafana">}}).
37+
- v1 Prometheus scraping endpoint:
38+
39+
- Redis Enterprise Software exposes a legacy `/prometheus_metrics` endpoint to integrate with external observability platforms like [Prometheus and Grafana]({{<relref "/operate/rs/monitoring/prometheus_and_grafana">}}).
40+
3141
- This endpoint fetches data from the internal storage, providing basic monitoring integration.
3242

33-
- Deprecation notice:
34-
- The internal monitoring system, while functional, has several limitations that affect scalability and accuracy:
43+
### Limitations
44+
45+
The internal monitoring system, while functional, has several limitations that affect scalability and accuracy:
3546

36-
- Limited Granularity: Metrics are aggregated before storage, resulting in a loss of fine-grained insights.
37-
- Stale Data: Stored metrics may lag behind real-time system states, reducing the effectiveness of alerting.
38-
- Scalability Constraints: Internal storage and processing introduce performance overhead and are not optimized for large-scale observability pipelines.
39-
- Limited Extensibility: The system is tightly coupled with internal components, making it difficult to integrate with modern monitoring ecosystems.
40-
41-
Transition to Metrics Stream Engine
47+
- **Limited granularity:** Metrics are aggregated before storage, resulting in a loss of fine-grained insights.
48+
49+
- **Stale data:** Stored metrics can lag behind real-time system states, reducing the effectiveness of alerting.
50+
51+
- **Scalability constraints:** Internal storage and processing introduce performance overhead and are not optimized for large-scale observability pipelines.
4252

43-
To address these challenges, Redis Enterprise is transitioning to a new observability foundation: the Metrics Stream Engine.
53+
- **Limited extensibility:** The system is tightly coupled with internal components, making it difficult to integrate with modern monitoring ecosystems.
54+
55+
### Transition to the metrics stream engine
56+
57+
To improve monitoring and address current limitations, Redis Enterprise Software is transitioning to a new observability foundation: the [metrics stream engine]({{<relref "/operate/rs/monitoring/metrics_stream_engine">}}).
4458

4559
This modern monitoring stack introduces:
4660

47-
- Real-Time Metrics: Data is exposed directly from the engine without intermediate storage, ensuring high fidelity and low-latency insights.
61+
- Real-time metrics, exposed directly from the engine without intermediate storage for high-fidelity, low-latency insights.
62+
63+
- Scalable architecture designed for cloud-native observability with lightweight Prometheus collectors.
4864

49-
- Scalable Architecture: Designed for cloud-native observability, with a lightweight Prometheus collectors.
65+
- Deeper visibility by exposing new types of metrics such as key size distribution, server overall latency histograms, and system internals with per-endpoint resolution.
5066

51-
- Deeper Visibility: Exposes new types of metrics such as key size distribution, server overall latency histograms, and system internals with per-endpoint resolution.
67+
We recommend migrating to the metrics stream engine for enhanced accuracy, scalability, and future-proof observability.
5268

53-
We recommend all customers migrate to the Metrics Stream Engine for enhanced accuracy, scalability, and future-proof observability.
69+
If you are already using the existing scraping endpoint for integration, follow [this guide]({{<relref "/operate/rs/references/metrics/prometheus-metrics-v1-to-v2">}}) to transition and try the new engine. It is possible to scrape both existing and new endpoints simultaneously, allowing advanced dashboard preparation and a smooth transition.
5470

5571
## Cluster manager metrics
5672

0 commit comments

Comments
 (0)