aip_sdk.TraceDropStage
aip_sdk.TraceDropStage
The boundary a record was dropped at.
PULL is reading the source data, before a record is recognised as a span — so a pull
drop is attributable to a source object rather than to a record id. CONVERT is
mapping a recognised record onto the canonical trace model, one record at a time.
aip_sdk.TraceDropStage.CONVERT
aip_sdk.TraceDropStage.CONVERT = 'convert'
No docstring is defined in the source.
aip_sdk.TraceDropStage.PULL
aip_sdk.TraceDropStage.PULL = 'pull'
No docstring is defined in the source.