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
If you have a batch of Redis commands they will result in one batch span that is the concatenation of all the command names. That can get arbitrarily long.
Expected behavior
We should probably follow the span compression feature, and replace runs of command names with x<N> COMMAND.