Apache Flink · Example Payload

Flink Rest Io Metrics Info Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

Flink Rest Io Metrics Info Example is an example object payload from Apache Flink, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accumulated-backpressured-timeaccumulated-busy-timeaccumulated-idle-timeread-bytesread-bytes-completeread-recordsread-records-completewrite-byteswrite-bytes-completewrite-recordswrite-records-complete

Example Payload

Raw ↑
{
  "accumulated-backpressured-time": 1,
  "accumulated-busy-time": 1.0,
  "accumulated-idle-time": 1,
  "read-bytes": 1,
  "read-bytes-complete": true,
  "read-records": 1,
  "read-records-complete": true,
  "write-bytes": 1,
  "write-bytes-complete": true,
  "write-records": 1,
  "write-records-complete": true
}