{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-prometheus-info-structure.json", "name": "PrometheusInfo", "type": "object", "description": "\n
Prometheus settings.
", "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.
" } ] } } }