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
The nested data types in OpenTelemetry's trace data were stored as json strings in order to realize the functionality; now that we have the json type, it's time to replace the original string type with the json type.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered:
What type of enhancement is this?
Tech debt reduction
What does the enhancement do?
The nested data types in OpenTelemetry's trace data were stored as json strings in order to realize the functionality; now that we have the json type, it's time to replace the original string type with the json type.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: