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
feat(otlp): Use name attribute in more spaces in the span waterfall (#97704)
A few more visual updates to the span waterfall for those using
OTel-friendly UI:
1. Update the span tree again. This time, bring it back closer to show
it originally worked. Always show `span.op` (unless it's `"default"`).
Show the span name if using OTel UI, otherwise show span description
2. Favour `db.query.text` attribute when creating a formatted
description. This is a semantic attribute that contains the entire
query, it should be used first
3. For OTel UI, show the span name in place of the span description in
the span description section of the details panel
4. When making a "More Samples" link for OTel UI, create the query by
using the `span.name` attribute instead of `span.description
0 commit comments