Jobs
Get a job's metrics
API Documentation
- API Overview
- Connectors
- Connection Profiles
- Connection Tables
- Jobs
- Pipelines
- UDFs
Jobs
Get a job's metrics
GET
/
v1
/
pipelines
/
{pipeline_id}
/
jobs
/
{job_id}
/
operator_metric_groups
{
"data": [
{
"metricGroups": [
{
"name": "bytes_recv",
"subtasks": [
{
"index": 1,
"metrics": [
{
"time": 1,
"value": 123
}
]
}
]
}
],
"nodeId": 1
}
]
}
Response
200 - application/json
Got metric groups
Available options:
bytes_recv
, bytes_sent
, messages_recv
, messages_sent
, backpressure
, tx_queue_size
, tx_queue_rem
Required range:
x > 0
{
"data": [
{
"metricGroups": [
{
"name": "bytes_recv",
"subtasks": [
{
"index": 1,
"metrics": [
{
"time": 1,
"value": 123
}
]
}
]
}
],
"nodeId": 1
}
]
}