Class: Aws::Kafka::Types::Prometheus

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

Overview

Prometheus settings for open monitoring.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jmx_exporterTypes::JmxExporter

Indicates whether you want to enable or disable the JMX Exporter.

Returns:



4490
4491
4492
4493
4494
4495
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4490

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

#node_exporterTypes::NodeExporter

Indicates whether you want to enable or disable the Node Exporter.

Returns:



4490
4491
4492
4493
4494
4495
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4490

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