Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelledge authored Dec 2, 2024
1 parent bd0b072 commit f666f31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/integrate/prometheus-with-redis-enterprise/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can use Prometheus and Grafana to:
{{<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.">}}

In each cluster, the metrics_exporter process exposes Prometheus metrics on port 8070.
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.
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`.

## Quick start

Expand Down Expand Up @@ -81,7 +81,7 @@ We recommend running Prometheus in Docker only for development and testing.
tls_config:
insecure_skip_verify: true
static_configs:
- targets: ["<cluster_name>:8070"] #for v2 use ["<cluster_name>:8070/v2"]
- targets: ["<cluster_name>:8070"] # For v2, use ["<cluster_name>:8070/v2"]
```

1. Set up your Prometheus and Grafana servers.
Expand Down

0 comments on commit f666f31

Please sign in to comment.