From 1dc701cc8bd6bbce3306d4a2a124d633b04dad14 Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Wed, 8 Jan 2025 16:52:28 -0500 Subject: [PATCH] Specify internal IP standard for Prometheus on Redis Cloud --- content/integrate/prometheus-with-redis-cloud/_index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/integrate/prometheus-with-redis-cloud/_index.md b/content/integrate/prometheus-with-redis-cloud/_index.md index ffc78d6cb0..c1cf582ce3 100644 --- a/content/integrate/prometheus-with-redis-cloud/_index.md +++ b/content/integrate/prometheus-with-redis-cloud/_index.md @@ -56,6 +56,13 @@ You can quickly set up Prometheus and Grafana for testing using the Prometheus a - Connect to the VPC subnet that is peered with your Redis Cloud subscription. - Allow outbound connections to port 8070, so that Prometheus can scrape the Redis Cloud server for data. - Allow inbound connections to port 9090 for Prometheus and port 3000 for Grafana. + - Be located in one of the CIDR ranges of the RFC-1918 internal IP standard, which is comprised of three CIDR ranges: + + - 10.0.0.0/8 + - 172.16.0.0/12 + - 192.168.0.0/16 + + The Prometheus endpoint is subject to a whitelist according to this standard. ### Set up Prometheus