Observability metrics - Cloud - 8.0

Talend Release Notes

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud API Services Platform
Talend Cloud Big Data
Talend Cloud Big Data Platform
Talend Cloud Data Fabric
Talend Cloud Data Integration
Talend Cloud Data Management Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Cloud API Designer
Talend Cloud API Tester
Talend Cloud Data Inventory
Talend Cloud Data Preparation
Talend Cloud Data Stewardship
Talend Cloud Pipeline Designer
Talend Data Preparation
Talend Data Stewardship
Talend Management Console
Talend Studio
Content
Installation and Upgrade
Release Notes
Last publication date
2024-04-16

Use Talend API service to get the observability metrics of your Data Integration tasks, running on a Cloud Engine. For further information, see Getting component metrics of task runs for performance monitoring.

The support for Remote Engine of this endpoint is for the EAP (Early Adopter Program) users only.

Note: Known limitation: this feature can only retrieve the metrics data generated within the first 3 hours since the Job start.
Method Endpoint Description Query parameters Body
GET /monitoring/observability/executions/{runId}/component Gets component metrics of a given task run.
  • limit: number of entries to return. The default value is 50 and the maximum value is 200
  • offset: the start position of the pagination of the entries, greater or equal to 0
  • sortBy: the field by which the returned entries are sorted. The default value is component_start_time_seconds.
  • sortOrder: the way in which the returned logs are sorted, desc or asc. The default value is desc, meaning the order is descending.

These parameters are all optional.

N/A