Oozie server performance and operational metrics.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-oozie/refs/heads/main/json-schema/apache-oozie-system-metrics-schema.json", "title": "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." } } }