Method | Endpoint | Description | Query parameters | Body |
---|---|---|---|---|
GET | /monitoring/observability/executions/{runId}/component |
Gets component metrics of a given task run. |
These parameters are all optional. |
N/A |
Fields used by the observability metrics endpoints
- limit
- Optional
- Number of entries to return. The default value is 50 and the maximum value is 200
- offset
- Optional
- The start position of the pagination of the entries, greater or equal to 0
- sortBy
- Optional
- The field by which the returned entries are sorted. The default value is
component_start_time_seconds
. The fields to be used are:account_id
engine_id
engine_type
engine_version
workspace_id
task_id
task_execution_id
process_id
: JVM's UUIDjob_name
pid
: unique Job identifier for the current runfather_pid
: ID of the first direct parent Jobroot_pid
: ID of the first root Job if there are several Subjobsconnector_type
connector_label
connector_id
target_connector_type
target_label
target_id
connection_type
connection_name
component_start_time_seconds
component_connection_rows_total
component_execution_duration_milliseconds
- sortOrder
- Optional
- The way in which the returned logs are sorted,
desc
orasc
. The default value isdesc
, meaning the order is descending.Whether the order is ascending or descending, a null or an empty field is always placed at the end of the list to be returned in the response