Struct aws_sdk_kafka::model::Prometheus
source · #[non_exhaustive]pub struct Prometheus { /* private fields */ }
Expand description
Prometheus settings.
Implementations§
source§impl Prometheus
impl Prometheus
sourcepub fn jmx_exporter(&self) -> Option<&JmxExporter>
pub fn jmx_exporter(&self) -> Option<&JmxExporter>
Indicates whether you want to turn on or turn off the JMX Exporter.
sourcepub fn node_exporter(&self) -> Option<&NodeExporter>
pub fn node_exporter(&self) -> Option<&NodeExporter>
Indicates whether you want to turn on or turn off the Node Exporter.
source§impl Prometheus
impl Prometheus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Prometheus
.
Trait Implementations§
source§impl Clone for Prometheus
impl Clone for Prometheus
source§fn clone(&self) -> Prometheus
fn clone(&self) -> Prometheus
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