File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
content/integrate/prometheus-with-redis-cloud Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments