{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-prometheus-info-schema.json", "title": "PrometheusInfo", "description": "\n
Prometheus settings.
", "type": "object", "properties": { "JmxExporter": { "allOf": [ { "$ref": "#/components/schemas/JmxExporterInfo" }, { "xml": { "name": "jmxExporter" }, "description": "\nIndicates whether you want to turn on or turn off the JMX Exporter.
" } ] }, "NodeExporter": { "allOf": [ { "$ref": "#/components/schemas/NodeExporterInfo" }, { "xml": { "name": "nodeExporter" }, "description": "\nIndicates whether you want to turn on or turn off the Node Exporter.
" } ] } } }