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
We have a docker hosted node service which is heavily used in the morning hours. We send the metrics to DataDog.
I got 100K of this error message each day in the morning and another ~1K randomly across the day:
Error: Error sending hot-shots message: Error: send EMSGSIZE xxx.xxx.xxx.xxx:xxxx
at handleCallback (/usr/src/app/node_modules/hot-shots/lib/statsd.js:358:32)
at process.processTicksAndRejections (node:internal/process/task_queues:81:21)
I can see metrics in DataDog, but we are not sure if we see all the metrics because of this error.
Is there a message size limit somewhere what I can increase?
using the 10.0.0 version of the hot-shots npm package
Thanks in advance!
The text was updated successfully, but these errors were encountered:
We have a docker hosted node service which is heavily used in the morning hours. We send the metrics to DataDog.
I got 100K of this error message each day in the morning and another ~1K randomly across the day:
I can see metrics in DataDog, but we are not sure if we see all the metrics because of this error.
Is there a message size limit somewhere what I can increase?
using the 10.0.0 version of the hot-shots npm package
Thanks in advance!
The text was updated successfully, but these errors were encountered: