dispatchrun / dispatch-py

Python package to develop applications with Dispatch.
https://pypi.org/project/dispatch-py/
Apache License 2.0
56 stars 3 forks source link

Add facilities for end to end tracing #124

Open Pryz opened 8 months ago

Pryz commented 8 months ago

We need to be able to follow the execution of an entire graph of functions. Propagating a trace ID generated by the SDK through the first DispatchRequest is one way to achieve that goal.