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
{{ message }}
This repository was archived by the owner on Mar 20, 2025. It is now read-only.
It seems as though the format specification for Zipkin does not allow for null values (for example, for the parent ID).
Similarly, it seems that tags are intended to be defined as strings only.
The encoder should probably filter out key-value pairs from the serialization where values are null, and tag values should probably be converted to strings in a safe manner.