Skip to content

module/apmgoredisv8: batched commands can create long span names #1550

Open

Description

Describe the bug

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.

image

Expected behavior

We should probably follow the span compression feature, and replace runs of command names with x<N> COMMAND.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions