Class: Aws::Kafka::Types::Prometheus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::Prometheus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Prometheus settings for open monitoring.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jmx_exporter ⇒ Types::JmxExporter
Indicates whether you want to enable or disable the JMX Exporter.
-
#node_exporter ⇒ Types::NodeExporter
Indicates whether you want to enable or disable the Node Exporter.
Instance Attribute Details
#jmx_exporter ⇒ Types::JmxExporter
Indicates whether you want to enable or disable the JMX Exporter.
4555 4556 4557 4558 4559 4560 |
# File 'lib/aws-sdk-kafka/types.rb', line 4555 class Prometheus < Struct.new( :jmx_exporter, :node_exporter) SENSITIVE = [] include Aws::Structure end |
#node_exporter ⇒ Types::NodeExporter
Indicates whether you want to enable or disable the Node Exporter.
4555 4556 4557 4558 4559 4560 |
# File 'lib/aws-sdk-kafka/types.rb', line 4555 class Prometheus < Struct.new( :jmx_exporter, :node_exporter) SENSITIVE = [] include Aws::Structure end |