Skip to main content

Module decode

Module decode 

Source

Structsยง

AnalyticsDecodeError
Failure to decode or validate an analytics protobuf payload.

Enumsยง

AnalyticsDecodeErrorKind ๐Ÿ”’
AnalyticsDecodeStage
Protobuf or validation stage that rejected an analytics payload.

Constantsยง

X10000_SCALE ๐Ÿ”’
Z_SCORE_95 ๐Ÿ”’

Functionsยง

analytics_from_result_view ๐Ÿ”’
decode_and_derive
Decode ResultViewV1 and TimelineViewV1 protobuf bytes into a chart-ready AnalyticsView.
decode_chunk_telemetry
Decode a single ChunkTelemetry blob into an AnalyticsView (timeline always None).
decode_job_result
Decode the JobResult + JobTimeline envelope, falling back to decode_and_derive when the oneof is unset.
decode_protobuf ๐Ÿ”’