Ask a question to get started
Enter to sendā¢Shift+Enter new line
Async Registry to manage run_id to root_run_id mapping for trace correlation.
AsyncTraceIdRegistry( self, )
BaseTraceIdRegistry
Registers a run and returns its trace ID.
If parent_run_id is provided, the run is associated with the parent's trace. Otherwise, a new trace is started with this run as the root.
Cleans up resources for a trace when the root run completes.