Apache Flink · JSON Structure

Flink Rest Io Metrics Info Structure

IOMetricsInfo schema from Apache Flink REST API

Type: object Properties: 11
ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

IOMetricsInfo is a JSON Structure definition published by Apache Flink, describing 11 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

accumulated-backpressured-time accumulated-busy-time accumulated-idle-time read-bytes read-bytes-complete read-records read-records-complete write-bytes write-bytes-complete write-records write-records-complete

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-flink/refs/heads/main/json-structure/flink-rest-io-metrics-info-structure.json",
  "name": "IOMetricsInfo",
  "description": "IOMetricsInfo schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "accumulated-backpressured-time": {
      "type": "int64"
    },
    "accumulated-busy-time": {
      "type": "double"
    },
    "accumulated-idle-time": {
      "type": "int64"
    },
    "read-bytes": {
      "type": "int64"
    },
    "read-bytes-complete": {
      "type": "boolean"
    },
    "read-records": {
      "type": "int64"
    },
    "read-records-complete": {
      "type": "boolean"
    },
    "write-bytes": {
      "type": "int64"
    },
    "write-bytes-complete": {
      "type": "boolean"
    },
    "write-records": {
      "type": "int64"
    },
    "write-records-complete": {
      "type": "boolean"
    }
  }
}