Skip to main content

api.StageMetrics

api.StageMetrics API schema defining 5 fields, including component type, errors, latency, and 2 more.

component_typestring

ComponentType is the pipeline stage: "input", "processor", or "output".

errorsinteger
latency object

Latency is the stage latency distribution (seconds).

countinteger
p95number
sumnumber

seconds for durations, bytes for volume

receivedinteger

Received / Sent / Errors are message counts over the batch interval.

sentinteger
api.StageMetrics
{
"component_type": "string",
"errors": 0,
"latency": {
"count": 0,
"p95": 0,
"sum": 0
},
"received": 0,
"sent": 0
}