Skip to main content
Data Pipelines are now the preferred method for loading data into the System. For details, see Load Data.

Configuration

LAT metrics are exposed using the LAT REST API.

Endpoints

LAT exposes two metrics endpoints; a partitions endpoint, and a pipeline endpoint.

Partition Metrics

The partitions endpoint exposes individual metrics for every partition that is participating in the current LAT instance. For loads, partitions correspond to Kafka’s partitions. For File Source based loads, partitions correspond to the independent file sets created within each File Group for parallel processing. The partitions metrics endpoint can be accessed by issuing a curl request as follows:
CURL
A response for this request will look as follows, with one entry per partition in the partitions array:
JSON

Partition Metrics Definitions

Metrics definitions are as follows:

Pipeline Metrics

The pipeline endpoint exposes aggregate metrics for the LAT instance. There are three categories of pipeline metrics: The Pipeline Metrics endpoint can be accessed by issuing a curl request as follows:
Shell
A response for this request will look as follows:
JSON
Individual metrics such as lag, offsets_buffered, pushes_errors, etc. are defined within the Partition Metrics Definitions section. However, metrics specific only to the pipeline endpoint are defined as follows: Ingest Data with Legacy LAT Reference System Information REST Endpoints
Last modified on May 20, 2026