Apache Dubbo · JSON Structure

Dubbo Admin Model. Flow Metrics Res Structure

model.FlowMetricsRes schema from Dubbo Admin API

Type: object Properties: 1
ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

model.FlowMetricsRes is a JSON Structure definition published by Apache Dubbo, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data

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-dubbo/refs/heads/main/json-structure/dubbo-admin-model.-flow-metrics-res-structure.json",
  "name": "model.FlowMetricsRes",
  "description": "model.FlowMetricsRes schema from Dubbo Admin API",
  "type": "object",
  "properties": {
    "data": {
      "type": "object"
    }
  }
}