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

Span messages are prefixed with Span.<kind> (incorrect behaviour) #151

Closed
alexvanboxel opened this issue Mar 5, 2021 · 4 comments
Closed

Comments

@alexvanboxel
Copy link

I know this is done intentionally, but it makes the Stackdriver exporter qazi unusable. It is also not semantically correct as it does change the meaning.

Example: If using java auto instrumentation and I want to search for a SELECT statement, I don't expect to need to search for Span.Client-SELECT ...

This is the commit that introduced the change:
a1393af

@alexvanboxel
Copy link
Author

If the change is to surface the kind in the UI, it would be better to change the UI and not the name of the span.

@aabmass
Copy link
Contributor

aabmass commented Mar 5, 2021

Related #109

@aabmass
Copy link
Contributor

aabmass commented Mar 5, 2021

@alexvanboxel we've decided to remove the whole Span.<kind>., should be an easy fix

@tbarker25
Copy link
Contributor

This should be fixed by #155

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants