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

Implement tower layer to propagate trace context #100

Merged
merged 5 commits into from
Jul 30, 2024
Merged

Conversation

hatchan
Copy link
Member

@hatchan hatchan commented Jul 29, 2024

Also return the trace id as part of the response

Add trace context to outgoing request going through the API client

Note: The client part is not working as expected. Since it is a shortlived process it won't have time to send any traces that it has buffered. This should be taken care of by shutdown_tracer_provider but it doesn't seem to work. Putting a hold on investigating this for now.

@hatchan hatchan marked this pull request as ready for review July 30, 2024 09:07
@hatchan hatchan requested a review from a team as a code owner July 30, 2024 09:07
hatchan added 5 commits July 30, 2024 13:35
Also return the trace id as part of the response

Add trace context to outgoing request going through the API client
Remove obsolete instrument macros
@hatchan hatchan force-pushed the otel_trace_layer branch from 73482ed to f21fb23 Compare July 30, 2024 11:35
@hatchan hatchan merged commit afb36b1 into main Jul 30, 2024
3 checks passed
@hatchan hatchan deleted the otel_trace_layer branch July 30, 2024 11:39
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