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/integrate/prometheus-with-redis-enterprise/_index.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ You can use Prometheus and Grafana to:
32
32
{{<imagefilename="images/rs/grafana-prometheus.png"alt="Graphic showing how Prometheus and Grafana collect and display data from a Redis Enterprise Cluster. Prometheus collects metrics from the Redis Enterprise cluster, and Grafana queries those metrics for visualization.">}}
33
33
34
34
In each cluster, the metrics_exporter process exposes Prometheus metrics on port 8070.
35
+
Redis Enterprise version 7.8.2 introduces a preview of the new metrics stream engine that exposes the v2 Prometheus scraping endpoint at `https://<IP>:8070/v2`.
35
36
36
37
## Quick start
37
38
@@ -80,7 +81,7 @@ We recommend running Prometheus in Docker only for development and testing.
80
81
tls_config:
81
82
insecure_skip_verify: true
82
83
static_configs:
83
-
- targets: ["<cluster_name>:8070"]
84
+
- targets: ["<cluster_name>:8070"] # For v2, use ["<cluster_name>:8070/v2"]
0 commit comments