Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ set_trace_id
Method
set_trace_id
python/examples/flight/middleware.py:40–41 ·
view source on GitHub ↗
(cls, trace_id)
Source
from the content-addressed store, hash-verified
38
39
@classmethod
40
def
set_trace_id(cls, trace_id):
41
cls._locals.trace_id = trace_id
42
43
44
TRACE_HEADER =
"x-tracing-id"
Callers
4
current_trace_id
Method · 0.80
start_call
Method · 0.80
do_action
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected