| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static PrometheusInfo.Builder |
PrometheusInfo.builder() |
default PrometheusInfo.Builder |
PrometheusInfo.Builder.jmxExporter(Consumer<JmxExporterInfo.Builder> jmxExporter)
Indicates whether you want to turn on or turn off the JMX Exporter.
|
PrometheusInfo.Builder |
PrometheusInfo.Builder.jmxExporter(JmxExporterInfo jmxExporter)
Indicates whether you want to turn on or turn off the JMX Exporter.
|
default PrometheusInfo.Builder |
PrometheusInfo.Builder.nodeExporter(Consumer<NodeExporterInfo.Builder> nodeExporter)
Indicates whether you want to turn on or turn off the Node Exporter.
|
PrometheusInfo.Builder |
PrometheusInfo.Builder.nodeExporter(NodeExporterInfo nodeExporter)
Indicates whether you want to turn on or turn off the Node Exporter.
|
PrometheusInfo.Builder |
PrometheusInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PrometheusInfo.Builder> |
PrometheusInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default OpenMonitoringInfo.Builder |
OpenMonitoringInfo.Builder.prometheus(Consumer<PrometheusInfo.Builder> prometheus)
Prometheus settings.
|
Copyright © 2023. All rights reserved.