Class: Aws::Kafka::Types::PrometheusInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Prometheus settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jmx_exporterTypes::JmxExporterInfo

JMX Exporter settings.



4509
4510
4511
4512
4513
4514
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4509

class PrometheusInfo < Struct.new(
  :jmx_exporter,
  :node_exporter)
  SENSITIVE = []
  include Aws::Structure
end

#node_exporterTypes::NodeExporterInfo

Node Exporter settings.



4509
4510
4511
4512
4513
4514
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4509

class PrometheusInfo < Struct.new(
  :jmx_exporter,
  :node_exporter)
  SENSITIVE = []
  include Aws::Structure
end