TraceBatch
Summary of one pipeline batch execution and its start, end, and state information.
idId (string)필수
name object
하나 이상(anyOf)
- string
- null
string
deployment object
하나 이상(anyOf)
- string
- null
string
state object
하나 이상(anyOf)하나 이상(anyOf)하나 이상(anyOf)
- TraceBatchState
- null
stateState (string)필수
steps object필수
property name* TraceCheckpoint
Execution checkpoint state, offsets, timing, and optional failure details.
stateState (string)필수
offsets object
property name*integer
description object
하나 이상(anyOf)
- string
- null
string
stacktrace object
하나 이상(anyOf)
- string
- null
string
start_time object
Unix time in milliseconds when the checkpoint started, or null when it has not started.
- integer
- null
integer
end_time object
Unix time in milliseconds when the checkpoint ended, or null while it is still running.
- integer
- null
integer
start_time object
Unix time in milliseconds when the batch execution started, or null when it has not started.
- integer
- null
integer
end_time object
Unix time in milliseconds when the batch execution ended, or null while it is still running.
- integer
- null
integer
TraceBatch
{
"id": "string",
"name": "string",
"deployment": "string",
"state": {
"state": "string",
"steps": {}
},
"start_time": 0,
"end_time": 0
}