From 6f739b936bf8dc56e72dccc28ac0554297982954 Mon Sep 17 00:00:00 2001 From: Maayan Agranat <107346841+maayanagranat@users.noreply.github.com> Date: Tue, 4 Mar 2025 08:27:02 +0200 Subject: [PATCH 1/2] 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 --- content/integrate/prometheus-with-redis-enterprise/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. From 3e56385aa728beeb2c762132675ee926dbd55c8f Mon Sep 17 00:00:00 2001 From: Rachel Elledge Date: Tue, 4 Mar 2025 09:09:57 -0500 Subject: [PATCH 2/2] Added v2 metrics_path to Cloud Prometheus integration doc --- content/integrate/prometheus-with-redis-cloud/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]