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
Root spans are currently named by otel and are cumbersome to retroactively change to a more meaningful name. See #12887 (comment).
Brainstorm
Add an option akin to inferRootSpanNameFromGraphQLOperation: boolean (naming TBD) to our GraphQL instrumentation to update the name of the root span to that of the (last) child span that has a graphql.operation.name set.