fiberplane / fpx

Supercharge your local development
https://fiberplane.dev
MIT License
43 stars 1 forks source link

Implement tower layer to propagate trace context #100

Closed hatchan closed 1 month ago

hatchan commented 1 month ago

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.