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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +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
+
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`.
36
36
37
37
## Quick start
38
38
@@ -81,7 +81,7 @@ We recommend running Prometheus in Docker only for development and testing.
81
81
tls_config:
82
82
insecure_skip_verify: true
83
83
static_configs:
84
-
- targets: ["<cluster_name>:8070"] #for v2 use ["<cluster_name>:8070/v2"]
84
+
- targets: ["<cluster_name>:8070"] # For v2, use ["<cluster_name>:8070/v2"]
0 commit comments