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 49a7961 commit 000a4cfCopy full SHA for 000a4cf
content/embeds/rs-prometheus-grafana-quickstart.md
@@ -61,12 +61,12 @@ We recommend running Prometheus in Docker only for development and testing.
61
- job_name: redis-enterprise
62
scrape_interval: 30s
63
scrape_timeout: 30s
64
- metrics_path: /
+ metrics_path: / # For v2, use /v2
65
scheme: https
66
tls_config:
67
insecure_skip_verify: true
68
static_configs:
69
- - targets: ["<cluster_name>:8070"] # For v2, use ["<cluster_name>:8070/v2"]
+ - targets: ["<cluster_name>:8070"]
70
```
71
72
1. Set up your Prometheus and Grafana servers.
0 commit comments