From f8f7857cb31a54deef15b4bec53f2fe62822a3f9 Mon Sep 17 00:00:00 2001 From: Adar Bahar <62795576+AdarBahar@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:42:53 +0300 Subject: [PATCH 1/3] Enhance Prometheus metrics section for Redis Cloud Added information about the Prometheus endpoint being scoped per subscription and its automatic updates - as a note --- content/integrate/prometheus-with-redis-cloud/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/integrate/prometheus-with-redis-cloud/_index.md b/content/integrate/prometheus-with-redis-cloud/_index.md index 50fbb24b5a..8694e4971a 100644 --- a/content/integrate/prometheus-with-redis-cloud/_index.md +++ b/content/integrate/prometheus-with-redis-cloud/_index.md @@ -25,6 +25,8 @@ Redis Cloud exposes its metrics through a Prometheus endpoint. You can configure The Redis Cloud Prometheus endpoint is exposed on Redis Cloud's internal network. To access this network, enable [VPC peering]({{< relref "/operate/rc/security/vpc-peering" >}}) or [Private Service Connect]({{< relref "/operate/rc/security/private-service-connect" >}}). Both options are only available with Redis Cloud Pro. You cannot use Prometheus and Grafana with Redis Cloud Essentials. +{{}} The Prometheus endpoint is scoped per subscription. Metrics available on this endpoint cover all databases within that subscription. Any database added to or removed from the subscription is reflected automatically on the endpoint. {{}} + For more information on how Prometheus communicates with Redis Enterprise clusters, see [Prometheus integration with Redis Enterprise Software]({{< relref "/integrate/prometheus-with-redis-enterprise/" >}}). ## Quick start From 605addaad1bed03e79413c873b503b82b3b2e0b5 Mon Sep 17 00:00:00 2001 From: Adar Bahar <62795576+AdarBahar@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:47:58 +0300 Subject: [PATCH 2/3] Add note about Prometheus endpoint subscription scope Added a note about the Prometheus endpoint's scope per subscription. --- content/integrate/prometheus-with-redis-cloud/_index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/integrate/prometheus-with-redis-cloud/_index.md b/content/integrate/prometheus-with-redis-cloud/_index.md index 8694e4971a..7f2d89a617 100644 --- a/content/integrate/prometheus-with-redis-cloud/_index.md +++ b/content/integrate/prometheus-with-redis-cloud/_index.md @@ -25,7 +25,11 @@ Redis Cloud exposes its metrics through a Prometheus endpoint. You can configure The Redis Cloud Prometheus endpoint is exposed on Redis Cloud's internal network. To access this network, enable [VPC peering]({{< relref "/operate/rc/security/vpc-peering" >}}) or [Private Service Connect]({{< relref "/operate/rc/security/private-service-connect" >}}). Both options are only available with Redis Cloud Pro. You cannot use Prometheus and Grafana with Redis Cloud Essentials. -{{}} The Prometheus endpoint is scoped per subscription. Metrics available on this endpoint cover all databases within that subscription. Any database added to or removed from the subscription is reflected automatically on the endpoint. {{}} + {{< note >}} + + The Prometheus endpoint is scoped per subscription. Metrics available on this endpoint cover all databases within that subscription. Any database added to or removed from the subscription is reflected automatically on the endpoint. + + {{< /note >}} For more information on how Prometheus communicates with Redis Enterprise clusters, see [Prometheus integration with Redis Enterprise Software]({{< relref "/integrate/prometheus-with-redis-enterprise/" >}}). From aad09ff742f4dc5df56d995e30610332626204b7 Mon Sep 17 00:00:00 2001 From: Cameron Bates <102550101+cmilesb@users.noreply.github.com> Date: Thu, 25 Sep 2025 10:48:22 -0400 Subject: [PATCH 3/3] Update content/integrate/prometheus-with-redis-cloud/_index.md --- 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 7f2d89a617..8e1923b7ea 100644 --- a/content/integrate/prometheus-with-redis-cloud/_index.md +++ b/content/integrate/prometheus-with-redis-cloud/_index.md @@ -27,7 +27,7 @@ The Redis Cloud Prometheus endpoint is exposed on Redis Cloud's internal network {{< note >}} - The Prometheus endpoint is scoped per subscription. Metrics available on this endpoint cover all databases within that subscription. Any database added to or removed from the subscription is reflected automatically on the endpoint. +The Prometheus endpoint's metrics cover all databases within a subscription. Any database added to or removed from the subscription is reflected automatically. {{< /note >}}