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
- This set of RESTful APIs exposes metrics collected at regular intervals from clusters, nodes, databases, shards, and endpoints.
28
+
23
29
- These APIs allow customers to retrieve performance and usage statistics directly from the internal storage layer.
24
30
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.
28
36
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
+
31
41
- This endpoint fetches data from the internal storage, providing basic monitoring integration.
32
42
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:
35
46
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.
42
52
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">}}).
44
58
45
59
This modern monitoring stack introduces:
46
60
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.
48
64
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.
50
66
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.
52
68
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.
0 commit comments