{ "$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-structure.json", "name": "Prometheus", "type": "object", "description": "\n

Prometheus settings.

", "properties": { "JmxExporter": { "allOf": [ { "$ref": "#/components/schemas/JmxExporter" }, { "xml": { "name": "jmxExporter" }, "description": "\n

Indicates whether you want to turn on or turn off the JMX Exporter.

" } ] }, "NodeExporter": { "allOf": [ { "$ref": "#/components/schemas/NodeExporter" }, { "xml": { "name": "nodeExporter" }, "description": "\n

Indicates whether you want to turn on or turn off the Node Exporter.

" } ] } } }