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
To convert a byte slice to a hex string. We should create a new method SpanIDToHexString() that does not strip leading 0s and use it instead. Also search the codebase for any other places we may have used TraceIDToHexString() for span ids and replace with this new method.
SpanIDs are 8 bytes/64 bits of information, but this new method should handle cases where the slice has a shorter length. The output result should always be 16 hex characters long.
Describe the bug
After some discussion with Grafana on this issue:
grafana/grafana#62725
We decided that the best fix is for Tempo to start returning span ids with leading 0s.
The text was updated successfully, but these errors were encountered: