Skip to content

Commit d9cf0c6

Browse files
Merge pull request #930 from redis/maayanagranat-patch-1
Update _index.md
2 parents 4461070 + f666f31 commit d9cf0c6

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +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`.
3536

3637
## Quick start
3738

@@ -80,7 +81,7 @@ We recommend running Prometheus in Docker only for development and testing.
8081
tls_config:
8182
insecure_skip_verify: true
8283
static_configs:
83-
- targets: ["<cluster_name>:8070"]
84+
- targets: ["<cluster_name>:8070"] # For v2, use ["<cluster_name>:8070/v2"]
8485
```
8586

8687
1. Set up your Prometheus and Grafana servers.

0 commit comments

Comments
 (0)