Hi,
Our droplets in AMS3 are getting constant timeouts when trying to send metrics. This is really filling up our logs.
Is anybody else experiencing this?
All outbound traffic is being allowed from the droplets.
Jan 13 12:25:36 hostx syslog do-agent[1451]: 2018/01/13 11:25:35 Sending metrics to DigitalOcean: Post https://ams3.sonar.digitalocean.com/v1/metrics/droplet_id/XXXXXXX: net/http: request canceled (Client.Timeout exceeded while awaiting headers) Jan 13 12:26:50 hostx syslog do-agent[1451]: 2018/01/13 11:26:49 Sending metrics to DigitalOcean: Post https://ams3.sonar.digitalocean.com/v1/metrics/droplet_id/XXXXXXX: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Looks like this was related to the incident here - https://status.digitalocean.com/incidents/y7dl42h08t4x .
If so, you should not be seeing the issue anymore.
Certainly no problems here, except for a pretty big delay in pings:
i saw something similar when we had problems with DNS or IPv6 settings. try
dig -4 ams3.sonar.digitalocean.com
for DNS query, andping -c 5 ams3.sonar.digitalocean.com
for ping with DNS query, andping -c 5 162.243.188.200
for ping without DNS query.IP
162.243.188.200
stands forams3.sonar.digitalocean.com
.