class Aws::Kafka::Types::OpenMonitoringInfo

JMX and Node monitoring for the MSK cluster.

@note When making an API call, you may pass OpenMonitoringInfo

data as a hash:

    {
      prometheus: { # required
        jmx_exporter: {
          enabled_in_broker: false, # required
        },
        node_exporter: {
          enabled_in_broker: false, # required
        },
      },
    }

@!attribute [rw] prometheus

Prometheus settings.
@return [Types::PrometheusInfo]

@see docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/OpenMonitoringInfo AWS API Documentation

Constants

SENSITIVE