honeycombio / honeycomb-network-agent

Apache License 2.0
3 stars 1 forks source link

bug: sometimes http method is mangled #111

Closed JamieDanielson closed 1 year ago

JamieDanielson commented 1 year ago

Versions

v0.0.5-alpha

Steps to reproduce

Working on a repro - seems to mostly (only?) happen with POST.

Additional context

http.method ends up as something like wPOST. http.request.body also appears to be funky with bytes and false so may be related.

^ Going to split off the request body as a separate issue - created separate issue #112 for request body

MikeGoldsmith commented 1 year ago

We should check this still happens now #117 has merged.

robbkidd commented 1 year ago

Confirm fix after deploy to kibble

vreynolds commented 1 year ago

Still happens, but at a much lower rate: ~ 1.5k mangled vs 6.2m valid

MikeGoldsmith commented 1 year ago

Not had any mangled methods since v0.0.15-alpha was release 🎉

Image