Akri · JSON Structure

Akri Akri Discovery Response Time Structure

Histogram of Discovery Handler response latency in seconds

Type: object Properties: 3
Device ManagementEdge ComputingIoTKubernetesCNCFOpen SourceOPC UAONVIFudev

AkriDiscoveryResponseTime is a JSON Structure definition published by Akri, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

configuration le value

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/akri/refs/heads/main/json-structure/akri-akri-discovery-response-time-structure.json",
  "name": "AkriDiscoveryResponseTime",
  "type": "object",
  "description": "Histogram of Discovery Handler response latency in seconds",
  "properties": {
    "configuration": {
      "type": "string",
      "description": "Name of the Akri Configuration resource",
      "example": "onvif-camera"
    },
    "le": {
      "type": "string",
      "description": "Histogram bucket upper bound in seconds",
      "example": "0.005"
    },
    "value": {
      "type": "double",
      "description": "Count of observations within this bucket",
      "example": 10
    }
  }
}