VisionMediaIngressDiagnostics
API and worker bounded vision upload occupancy and lifecycle counters.
Image commands retained by the API while awaiting placement.
Image bytes retained by the API while awaiting placement.
Image transfers sent and still awaiting worker verification.
Source image bytes charged to active transfer admission.
Selected worker verifications still owed to the API.
Incomplete or verified image streams retained by this worker.
Unverified image frames currently retained.
Image bytes retained across pending and verified streams.
Verified streams waiting for runner dispatch.
Bounded rejected-stream failures awaiting task correlation.
Streams that passed integrity verification since process start.
Streams rejected for bounds, metadata, or integrity failures.
Streams rejected after exceeding the ingress age limit.
{
"pendingApiCommands": 0,
"pendingApiBytes": 0,
"activeApiCommands": 0,
"activeApiBytes": 0,
"pendingWorkerAcknowledgements": 0,
"activeStreams": 0,
"pendingFrames": 0,
"retainedBytes": 0,
"verifiedStreams": 0,
"pendingFailures": 0,
"completedStreams": 0,
"rejectedStreams": 0,
"expiredStreams": 0
}