Skip to content

Commit 1dc701c

Browse files
committed
Specify internal IP standard for Prometheus on Redis Cloud
1 parent 3a8a1ff commit 1dc701c

File tree

1 file changed

+7
-0
lines changed
  • content/integrate/prometheus-with-redis-cloud

1 file changed

+7
-0
lines changed

content/integrate/prometheus-with-redis-cloud/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ You can quickly set up Prometheus and Grafana for testing using the Prometheus a
5656
- Connect to the VPC subnet that is peered with your Redis Cloud subscription.
5757
- Allow outbound connections to port 8070, so that Prometheus can scrape the Redis Cloud server for data.
5858
- Allow inbound connections to port 9090 for Prometheus and port 3000 for Grafana.
59+
- Be located in one of the CIDR ranges of the RFC-1918 internal IP standard, which is comprised of three CIDR ranges:
60+
61+
- 10.0.0.0/8
62+
- 172.16.0.0/12
63+
- 192.168.0.0/16
64+
65+
The Prometheus endpoint is subject to a whitelist according to this standard.
5966

6067
### Set up Prometheus
6168

0 commit comments

Comments
 (0)