Struct aws_sdk_kafka::model::PrometheusInfo
source · #[non_exhaustive]pub struct PrometheusInfo { /* private fields */ }
Expand description
Prometheus settings.
Implementations§
source§impl PrometheusInfo
impl PrometheusInfo
sourcepub fn jmx_exporter(&self) -> Option<&JmxExporterInfo>
pub fn jmx_exporter(&self) -> Option<&JmxExporterInfo>
Indicates whether you want to turn on or turn off the JMX Exporter.
sourcepub fn node_exporter(&self) -> Option<&NodeExporterInfo>
pub fn node_exporter(&self) -> Option<&NodeExporterInfo>
Indicates whether you want to turn on or turn off the Node Exporter.
source§impl PrometheusInfo
impl PrometheusInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PrometheusInfo
.
Trait Implementations§
source§impl Clone for PrometheusInfo
impl Clone for PrometheusInfo
source§fn clone(&self) -> PrometheusInfo
fn clone(&self) -> PrometheusInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more