I rebooted my freshly installed gitlab-ce server and noticed that it made a connection to somewhere in Google or Fastly
# netstat -antp | grep 443
tcp 0 0 172.25.42.173:33496 35.241.23.245:443 ESTABLISHED 1729/grafana-server
tcp 0 0 172.25.42.173:58146 151.101.60.133:443 ESTABLISHED 1729/grafana-server
when I looked up the two IPs, the 35 address is in google, the second is in Fastly
I just want to confirm this is normal. I’ve not configured prometheus/grafana or anything to talk to external services.
thanks
Paul