-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add spanKind and status in span response #5120
Conversation
One question: do these show up in attribute suggestions? If not, I believe they should be included as well. It doesn't have to be in this PR if you prefer that way. |
@srikanthccv yes they show up , as they are driven by tag attributes |
Should we wait for the data to be backfilled for a week? and only show the string version kind i.e. |
Yeah we can wait for backfill and then release this, not sure if we should remove Meanwhile we will also need a frontend PR to show this values in the trace detail page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's hard to remember the kind number mapping so I think it should be faded away.
Fixes #4925
add spanKind and statusCodeString and statusMessage