Skip to content
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

Merged
merged 4 commits into from
Jun 27, 2024
Merged

Conversation

nityanandagohain
Copy link
Member

@nityanandagohain nityanandagohain commented May 31, 2024

Fixes #4925

add spanKind and statusCodeString and statusMessage

@github-actions github-actions bot added the enhancement New feature or request label May 31, 2024
makeavish
makeavish previously approved these changes May 31, 2024
@nityanandagohain nityanandagohain changed the title feat: add spanKind and errorMessage in span response feat: add spanKind and status in span response May 31, 2024
@srikanthccv
Copy link
Member

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.

@nityanandagohain
Copy link
Member Author

@srikanthccv yes they show up , as they are driven by tag attributes
image

image

image

@srikanthccv
Copy link
Member

Should we wait for the data to be backfilled for a week? and only show the string version kind i.e. spanKind and remove the number kind from suggestions?

@nityanandagohain
Copy link
Member Author

nityanandagohain commented Jun 3, 2024

Yeah we can wait for backfill and then release this, not sure if we should remove kind from suggestion.

Meanwhile we will also need a frontend PR to show this values in the trace detail page.

Copy link
Member

@srikanthccv srikanthccv left a 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.

@nityanandagohain nityanandagohain merged commit 4f2c314 into develop Jun 27, 2024
12 checks passed
@nityanandagohain nityanandagohain deleted the issue_4925 branch June 27, 2024 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Span status message should be stored and shown in UI
3 participants