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
lowering push interval (effectively always pushing smaller packets) helps more and effectively fixes it in my case, although this shouldn't be needed as the lib should be doing the same 🤷
updating datadog-go makes it slightly worse 🤦
k6.v0.29.0(random older version I tried) is even worse. 🤦
Possible actions:
lower the push interval - this seems like a good fast solution, given that we are sending metrics as udp packets and they have a small limit, k6 not doing it more regularly doesn't really help anything IMO
investigate this further, it might not be UDP related at all, at which point switching statsd libraries to something with possibly tcp support as well might not even help.
investigate datadog-go + aggregation in datadog-go ... maybe it will help 🤷
Discussed in forum thread.
My last comment confirms that:
Possible actions:
The issue ported from grafana/k6#2044
The text was updated successfully, but these errors were encountered: