Apache Oozie · JSON Structure

Apache Oozie System Metrics Structure

Oozie server performance and operational metrics.

Type: object Properties: 3
WorkflowHadoopOrchestrationSchedulingBig DataApacheJavaOpen Source

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

Properties

gauges counters timers

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-oozie/refs/heads/main/json-structure/apache-oozie-system-metrics-structure.json",
  "name": "SystemMetrics",
  "description": "Oozie server performance and operational metrics.",
  "type": "object",
  "properties": {
    "gauges": {
      "type": "object",
      "additionalProperties": true,
      "description": "Gauge metrics keyed by metric name."
    },
    "counters": {
      "type": "object",
      "additionalProperties": true,
      "description": "Counter metrics keyed by metric name."
    },
    "timers": {
      "type": "object",
      "additionalProperties": true,
      "description": "Timer metrics keyed by metric name."
    }
  }
}