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.
4552 4553 4554 4555 4556 4557 |
# File 'lib/aws-sdk-kafka/types.rb', line 4552 class PrometheusInfo < Struct.new( :jmx_exporter, :node_exporter) SENSITIVE = [] include Aws::Structure end |
#node_exporter ⇒ Types::NodeExporterInfo
Node Exporter settings.
4552 4553 4554 4555 4556 4557 |
# File 'lib/aws-sdk-kafka/types.rb', line 4552 class PrometheusInfo < Struct.new( :jmx_exporter, :node_exporter) SENSITIVE = [] include Aws::Structure end |