MCPcopy 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
44TRACE_HEADER = "x-tracing-id"

Callers 4

current_trace_idMethod · 0.80
start_callMethod · 0.80
do_actionMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected