Skip to content

Commit aff14fc

Browse files
Update _index.md (#1246)
* 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 * Added v2 metrics_path to Cloud Prometheus integration doc --------- Co-authored-by: Rachel Elledge <rachel.elledge@redislabs.com>
1 parent 61db7c2 commit aff14fc

File tree

2 files changed

+3
-3
lines changed
  • content/integrate

2 files changed

+3
-3
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"]

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)