Class: Aws::Kafka::Types::OpenMonitoringInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::OpenMonitoringInfo
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
JMX and Node monitoring for the MSK cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#prometheus ⇒ Types::PrometheusInfo
Prometheus settings.
Instance Attribute Details
#prometheus ⇒ Types::PrometheusInfo
Prometheus settings.
3546 3547 3548 3549 3550 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3546 class OpenMonitoringInfo < Struct.new( :prometheus) SENSITIVE = [] include Aws::Structure end |