diff --git a/content/integrate/prometheus-with-redis-cloud/_index.md b/content/integrate/prometheus-with-redis-cloud/_index.md index c1cf582ce3..50fbb24b5a 100644 --- a/content/integrate/prometheus-with-redis-cloud/_index.md +++ b/content/integrate/prometheus-with-redis-cloud/_index.md @@ -99,7 +99,7 @@ To get started with custom monitoring with Prometheus on Docker: - job_name: redis-cloud scrape_interval: 30s scrape_timeout: 30s - metrics_path: / + metrics_path: / # For v2, use /v2 scheme: https static_configs: - targets: [":8070"] diff --git a/content/integrate/prometheus-with-redis-enterprise/_index.md b/content/integrate/prometheus-with-redis-enterprise/_index.md index d06cf30e9e..e6f08f200e 100644 --- a/content/integrate/prometheus-with-redis-enterprise/_index.md +++ b/content/integrate/prometheus-with-redis-enterprise/_index.md @@ -76,12 +76,12 @@ We recommend running Prometheus in Docker only for development and testing. - job_name: redis-enterprise scrape_interval: 30s scrape_timeout: 30s - metrics_path: / + metrics_path: / # For v2, use /v2 scheme: https tls_config: insecure_skip_verify: true static_configs: - - targets: [":8070"] # For v2, use [":8070/v2"] + - targets: [":8070"] ``` 1. Set up your Prometheus and Grafana servers.