Skip to content

Commit 000a4cf

Browse files
committed
DOC-4800 Fixed v2 metrics_path comment in Prometheus quick start
1 parent 49a7961 commit 000a4cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/embeds/rs-prometheus-grafana-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ We recommend running Prometheus in Docker only for development and testing.
6161
- job_name: redis-enterprise
6262
scrape_interval: 30s
6363
scrape_timeout: 30s
64-
metrics_path: /
64+
metrics_path: / # For v2, use /v2
6565
scheme: https
6666
tls_config:
6767
insecure_skip_verify: true
6868
static_configs:
69-
- targets: ["<cluster_name>:8070"] # For v2, use ["<cluster_name>:8070/v2"]
69+
- targets: ["<cluster_name>:8070"]
7070
```
7171

7272
1. Set up your Prometheus and Grafana servers.

0 commit comments

Comments
 (0)