We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f739b9 commit 3e56385Copy full SHA for 3e56385
content/integrate/prometheus-with-redis-cloud/_index.md
@@ -99,7 +99,7 @@ To get started with custom monitoring with Prometheus on Docker:
99
- job_name: redis-cloud
100
scrape_interval: 30s
101
scrape_timeout: 30s
102
- metrics_path: /
+ metrics_path: / # For v2, use /v2
103
scheme: https
104
static_configs:
105
- targets: ["<prometheus_endpoint>:8070"]
0 commit comments