Apache Flink · JSON Structure

Flink Rest Stats Summary Dto Structure

StatsSummaryDto schema from Apache Flink REST API

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

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

Properties

avg max min p50 p90 p95 p99 p999

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-stats-summary-dto-structure.json",
  "name": "StatsSummaryDto",
  "description": "StatsSummaryDto schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "avg": {
      "type": "int64"
    },
    "max": {
      "type": "int64"
    },
    "min": {
      "type": "int64"
    },
    "p50": {
      "type": "double"
    },
    "p90": {
      "type": "double"
    },
    "p95": {
      "type": "double"
    },
    "p99": {
      "type": "double"
    },
    "p999": {
      "type": "double"
    }
  }
}