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

Nginx: Start new span with kind client before proxying request #278

Open
tiithansen opened this issue Apr 28, 2023 · 1 comment
Open

Nginx: Start new span with kind client before proxying request #278

tiithansen opened this issue Apr 28, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@tiithansen
Copy link

What is the expected behavior?
To my understanding remote call spans should have span.kind: client. Currently this module only creates one span with kind server.

What is the actual behavior?
Create additional span with span.kind: client before proxying request.

Additional context
This can cause issues for tools which try to render a service map Grafana Tempo metrics generator for example. Technically there are other means to detect remote calls but client server spans are meant to serve that purpose.

@tiithansen tiithansen added the bug Something isn't working label Apr 28, 2023
@tiithansen tiithansen changed the title Start new span with kind client before proxying request Nginx: Start new span with kind client before proxying request Apr 28, 2023
@tiithansen
Copy link
Author

tiithansen commented Nov 1, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant