You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"message":"getaddrinfo EAI_AGAIN","name":"Error","stack":"Error: getaddrinfo EAI_AGAIN
at Object.exports._errnoException (util.js:1026:11)
at errnoException (dns.js:33:15)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)","code":"EAI_AGAIN"},"msg":"Failed sending data to datadog agent","time":"2017-01-29T12:26:38.375Z","v":0}
NOTE: when using image datadog/docker-dd-agent:latest no errors such as the error above
using node.js with library node-statsd
The text was updated successfully, but these errors were encountered:
dror-ventura
changed the title
**Many fails when sending datadog metrics when using image datadog/docker-dd-agent:latest-alpine
Many fails when sending datadog metrics when using image datadog/docker-dd-agent:latest-alpine
Feb 2, 2017
Hi @dror-ventura
thanks for the feedback. Can you give us more details about your setup? Maybe how you run the agent container, and a snippet that gives this failure message.
I tried it in my staging environment for some time and unfortunately I don't have a specific call stack of my application when the errors occur,
I can say that I'm using mostly increment metrics, and error events while using node-statsd library.
i'm running datadog/docker-dd-agent:latest on production along with the same code and configuration and i haven't received such errors
NOTE: when using image datadog/docker-dd-agent:latest no errors such as the error above
using node.js with library node-statsd
The text was updated successfully, but these errors were encountered: