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

instrumentation: use a more appropriate propagator. #86

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

klihub
Copy link
Collaborator

@klihub klihub commented Jun 26, 2023

Use a correct propagator for ttRPC (and gRPC) span propagation. Without this, ttRPC (or gRPC) span information are not properly transmitted over the IPC. As a side effect, spans generated at the RPC server end of the IPC do not get properly nested under the related spans generated on the originator side.

@klihub klihub requested a review from jukkar June 26, 2023 12:42
Copy link
Collaborator

@jukkar jukkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have some difficulties understand what this does and why we need it. Could this be opened a bit more in the commit message?

Use a correct propagator for ttRPC (and gRPC) span propagation.
Without this, ttRPC (or gRPC) span information are not properly
transmitted over the IPC. As a side effect, spans generated at
the RPC server end of the IPC do not get properly nested under
the related spans generated on the originator side.

Signed-off-by: Krisztian Litkey <[email protected]>
@jukkar jukkar merged commit e4a9659 into containers:main Jun 26, 2023
@klihub klihub deleted the fixes/trace-propagator branch June 26, 2023 15:38
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

Successfully merging this pull request may close these issues.

2 participants