Skip to content

Commit 6f739b9

Browse files
Update _index.md
change the v2 example as it was in incorrect place - we might need to change it in cloud example as well @rrelledge
1 parent 61db7c2 commit 6f739b9

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
@@ -76,12 +76,12 @@ We recommend running Prometheus in Docker only for development and testing.
7676
- job_name: redis-enterprise
7777
scrape_interval: 30s
7878
scrape_timeout: 30s
79-
metrics_path: /
79+
metrics_path: / # For v2, use /v2
8080
scheme: https
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"]
8585
```
8686

8787
1. Set up your Prometheus and Grafana servers.

0 commit comments

Comments
 (0)