SourceResult

Inheritance diagram of SourceResult

SourceResult inheritance diagram

class savant.client.runner.source.SourceResult(trace_id, log_provider, source_id, pts, status)

Result of sending a message to ZeroMQ socket.

source_id: str

Source ID.

pts: Optional[int]

PTS of the frame.

status: str

Status of sending the message.

logs()

Fetch logs from log provider for this result.

trace_id: Optional[str]

OpenTelemetry trace ID of the message.

log_provider: Optional[LogProvider]

Log provider for to fetch the logs.