Skip to content

Commit 3e56385

Browse files
committed
Added v2 metrics_path to Cloud Prometheus integration doc
1 parent 6f739b9 commit 3e56385

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To get started with custom monitoring with Prometheus on Docker:
9999
- job_name: redis-cloud
100100
scrape_interval: 30s
101101
scrape_timeout: 30s
102-
metrics_path: /
102+
metrics_path: / # For v2, use /v2
103103
scheme: https
104104
static_configs:
105105
- targets: ["<prometheus_endpoint>:8070"]

0 commit comments

Comments
 (0)