libZSservicesZSamazonka-kafkaZSamazonka-kafka
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Kafka.Types.Prometheus

Description

 
Synopsis

Documentation

data Prometheus Source #

Prometheus settings.

See: newPrometheus smart constructor.

Constructors

Prometheus' 

Fields

Instances

Instances details
Eq Prometheus Source # 
Instance details

Defined in Amazonka.Kafka.Types.Prometheus

Read Prometheus Source # 
Instance details

Defined in Amazonka.Kafka.Types.Prometheus

Show Prometheus Source # 
Instance details

Defined in Amazonka.Kafka.Types.Prometheus

Generic Prometheus Source # 
Instance details

Defined in Amazonka.Kafka.Types.Prometheus

Associated Types

type Rep Prometheus :: Type -> Type #

NFData Prometheus Source # 
Instance details

Defined in Amazonka.Kafka.Types.Prometheus

Methods

rnf :: Prometheus -> () #

Hashable Prometheus Source # 
Instance details

Defined in Amazonka.Kafka.Types.Prometheus

FromJSON Prometheus Source # 
Instance details

Defined in Amazonka.Kafka.Types.Prometheus

type Rep Prometheus Source # 
Instance details

Defined in Amazonka.Kafka.Types.Prometheus

type Rep Prometheus = D1 ('MetaData "Prometheus" "Amazonka.Kafka.Types.Prometheus" "libZSservicesZSamazonka-kafkaZSamazonka-kafka" 'False) (C1 ('MetaCons "Prometheus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jmxExporter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JmxExporter)) :*: S1 ('MetaSel ('Just "nodeExporter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeExporter))))

newPrometheus :: Prometheus Source #

Create a value of Prometheus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:jmxExporter:Prometheus', prometheus_jmxExporter - Indicates whether you want to enable or disable the JMX Exporter.

$sel:nodeExporter:Prometheus', prometheus_nodeExporter - Indicates whether you want to enable or disable the Node Exporter.

prometheus_jmxExporter :: Lens' Prometheus (Maybe JmxExporter) Source #

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

prometheus_nodeExporter :: Lens' Prometheus (Maybe NodeExporter) Source #

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