Amazon MSK · JSON Structure

Msk Api Prometheus Info Structure

Prometheus settings.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

PrometheusInfo is a JSON Structure definition published by Amazon MSK, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

JmxExporter NodeExporter

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/amazon-msk/refs/heads/main/json-structure/msk-api-prometheus-info-structure.json",
  "name": "PrometheusInfo",
  "type": "object",
  "description": "\n            <p>Prometheus settings.</p>",
  "properties": {
    "JmxExporter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JmxExporterInfo"
        },
        {
          "xml": {
            "name": "jmxExporter"
          },
          "description": "\n            <p>Indicates whether you want to turn on or turn off the JMX Exporter.</p>"
        }
      ]
    },
    "NodeExporter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NodeExporterInfo"
        },
        {
          "xml": {
            "name": "nodeExporter"
          },
          "description": "\n            <p>Indicates whether you want to turn on or turn off the Node Exporter.</p>"
        }
      ]
    }
  }
}