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.
4859 4860 4861 4862 4863 4864 |
# File 'lib/aws-sdk-kafka/types.rb', line 4859 class PrometheusInfo < Struct.new( :jmx_exporter, :node_exporter) SENSITIVE = [] include Aws::Structure end |
#node_exporter ⇒ Types::NodeExporterInfo
Node Exporter settings.
4859 4860 4861 4862 4863 4864 |
# File 'lib/aws-sdk-kafka/types.rb', line 4859 class PrometheusInfo < Struct.new( :jmx_exporter, :node_exporter) SENSITIVE = [] include Aws::Structure end |