Class: Aws::Kafka::Types::PrometheusInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::PrometheusInfo
- Defined in:
- gems/aws-sdk-kafka/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.
5146 5147 5148 5149 5150 5151 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 5146 class PrometheusInfo < Struct.new( :jmx_exporter, :node_exporter) SENSITIVE = [] include Aws::Structure end |
#node_exporter ⇒ Types::NodeExporterInfo
Node Exporter settings.
5146 5147 5148 5149 5150 5151 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 5146 class PrometheusInfo < Struct.new( :jmx_exporter, :node_exporter) SENSITIVE = [] include Aws::Structure end |