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

instrument.CollectedRequest believes everything is an RPC #88

Open
bboreham opened this issue Feb 21, 2018 · 2 comments
Open

instrument.CollectedRequest believes everything is an RPC #88

bboreham opened this issue Feb 21, 2018 · 2 comments
Labels

Comments

@bboreham
Copy link
Collaborator

I.e. this line:

	ext.SpanKindRPCClient.Set(sp)

is unwarranted. Maybe it should be parameterised?

@bboreham bboreham added the bug label Feb 21, 2018
@jml
Copy link
Contributor

jml commented Feb 21, 2018 via email

@bboreham
Copy link
Collaborator Author

It means my tracing infrastructure is carrying extra data that is meaningless.
It means I cannot use the span.kind tag to filter RPC client operations.
Also I have a vague idea that Jaeger tries to match up client and server sides of the same operation, which this would pollute.

yeya24 pushed a commit to yeya24/common that referenced this issue Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants