Class: Aws::Kafka::Types::PrometheusInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::PrometheusInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Prometheus settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jmx_exporter ⇒ Types::JmxExporterInfo
JMX Exporter settings.
-
#node_exporter ⇒ Types::NodeExporterInfo
Node Exporter settings.
Instance Attribute Details
#jmx_exporter ⇒ Types::JmxExporterInfo
JMX Exporter settings.
4574 4575 4576 4577 4578 4579 |
# File 'lib/aws-sdk-kafka/types.rb', line 4574 class PrometheusInfo < Struct.new( :jmx_exporter, :node_exporter) SENSITIVE = [] include Aws::Structure end |
#node_exporter ⇒ Types::NodeExporterInfo
Node Exporter settings.
4574 4575 4576 4577 4578 4579 |
# File 'lib/aws-sdk-kafka/types.rb', line 4574 class PrometheusInfo < Struct.new( :jmx_exporter, :node_exporter) SENSITIVE = [] include Aws::Structure end |