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
kentquirk
changed the title
Husky is converting OTLP key-values into strings, but they should be maps
JSON unpacking doesn't seem to work in OTLP
Jul 15, 2022
For any non-Honeycomb viewers - the issue is that OTLP doesn't distinguish between a string and a json-encoded string. And it's incredibly expensive for us to scan every string for every attribute and try to parse out JSON. There are options we can pursue to enable JSON unpacking, but none are particularly amazing and do require some up-front work on behalf of end-users.
According to this conversation, this code should (maybe!) be creating maps, not strings.
Investigate JSON values in OTLP with .NET object types. Do we properly unpack the attributes in the object?
The text was updated successfully, but these errors were encountered: