Skip to content

Commit

Permalink
Specify internal IP standard for Prometheus on Redis Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
cmilesb committed Jan 8, 2025
1 parent 3a8a1ff commit 1dc701c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/integrate/prometheus-with-redis-cloud/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1dc701c

Please sign in to comment.