Skip to main content

aip_sdk.TraceDropReason

aip_sdk.TraceDropReason

Why a record failed to land — a closed set, so every case can be handled.

At TraceDropStage.PULL: DECODE_ERROR (the source bytes were not readable as trace data) and FRAME_UNSUPPORTED (readable, but not a shape spans can be read out of). At TraceDropStage.CONVERT: NO_CONVENTION (the record matched none of the source conventions — the export is what has to change), NO_HANDLER (the named ingest_convention is one this platform release cannot convert, which drops every record in the batch — land without naming one to auto-detect instead), CONVENTION_MISMATCH (the named ingest_convention doesn't match this record's shape — the forced convention is wrong for the payload), and HANDLER_ERROR (the record matched a convention but could not be converted; TraceDropRecord.detail says what failed).

aip_sdk.TraceDropReason.CONVENTION_MISMATCH​

aip_sdk.TraceDropReason.CONVENTION_MISMATCH = 'convention_mismatch'

No docstring is defined in the source.

aip_sdk.TraceDropReason.DECODE_ERROR​

aip_sdk.TraceDropReason.DECODE_ERROR = 'decode_error'

No docstring is defined in the source.

aip_sdk.TraceDropReason.FRAME_UNSUPPORTED​

aip_sdk.TraceDropReason.FRAME_UNSUPPORTED = 'frame_unsupported'

No docstring is defined in the source.

aip_sdk.TraceDropReason.HANDLER_ERROR​

aip_sdk.TraceDropReason.HANDLER_ERROR = 'handler_error'

No docstring is defined in the source.

aip_sdk.TraceDropReason.NO_CONVENTION​

aip_sdk.TraceDropReason.NO_CONVENTION = 'no_convention'

No docstring is defined in the source.

aip_sdk.TraceDropReason.NO_HANDLER​

aip_sdk.TraceDropReason.NO_HANDLER = 'no_handler'

No docstring is defined in the source.