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.PrometheusInfo

Description

 
Synopsis

Documentation

data PrometheusInfo Source #

Prometheus settings.

See: newPrometheusInfo smart constructor.

Constructors

PrometheusInfo' 

Fields

Instances

Instances details
Eq PrometheusInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.PrometheusInfo

Read PrometheusInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.PrometheusInfo

Show PrometheusInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.PrometheusInfo

Generic PrometheusInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.PrometheusInfo

Associated Types

type Rep PrometheusInfo :: Type -> Type #

NFData PrometheusInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.PrometheusInfo

Methods

rnf :: PrometheusInfo -> () #

Hashable PrometheusInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.PrometheusInfo

ToJSON PrometheusInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.PrometheusInfo

type Rep PrometheusInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.PrometheusInfo

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

newPrometheusInfo :: PrometheusInfo Source #

Create a value of PrometheusInfo 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:PrometheusInfo', prometheusInfo_jmxExporter - Indicates whether you want to enable or disable the JMX Exporter.

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

prometheusInfo_jmxExporter :: Lens' PrometheusInfo (Maybe JmxExporterInfo) Source #

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

prometheusInfo_nodeExporter :: Lens' PrometheusInfo (Maybe NodeExporterInfo) Source #

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