Apache SeaTunnel · Example Payload

Apache Seatunnel Job Metrics Example

Data IntegrationETLELTBatchStreamingApacheOpen Source

Apache Seatunnel Job Metrics Example is an example object payload from Apache SeaTunnel, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sourceReceivedCountsinkWriteCountsourceReceivedQPSsinkWriteQPS

Example Payload

Raw ↑
{
  "sourceReceivedCount": 1234,
  "sinkWriteCount": 1234,
  "sourceReceivedQPS": 0.5,
  "sinkWriteQPS": 0.5
}