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
56
56
- Connect to the VPC subnet that is peered with your Redis Cloud subscription.
57
57
- Allow outbound connections to port 8070, so that Prometheus can scrape the Redis Cloud server for data.
58
58
- 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.
59
66
60
67
# ## Set up Prometheus
61
68
You can’t perform that action at this time.
0 commit comments