Skip to content

Commit f666f31

Browse files
authored
Apply suggestions from code review
1 parent bd0b072 commit f666f31

File tree

1 file changed

+2
-2
lines changed
  • content/integrate/prometheus-with-redis-enterprise

1 file changed

+2
-2
lines changed

content/integrate/prometheus-with-redis-enterprise/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can use Prometheus and Grafana to:
3232
{{<image filename="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.">}}
3333

3434
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`.
3636

3737
## Quick start
3838

@@ -81,7 +81,7 @@ We recommend running Prometheus in Docker only for development and testing.
8181
tls_config:
8282
insecure_skip_verify: true
8383
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"]
8585
```
8686

8787
1. Set up your Prometheus and Grafana servers.

0 commit comments

Comments
 (0)