pub struct OpenMonitoring {
pub prometheus: Prometheus,
}
Expand description
<p>JMX and Node monitoring for the MSK cluster.</p>
Fields§
§prometheus: Prometheus
<p>Prometheus settings.</p>
Trait Implementations§
Source§impl Clone for OpenMonitoring
impl Clone for OpenMonitoring
Source§fn clone(&self) -> OpenMonitoring
fn clone(&self) -> OpenMonitoring
Returns a duplicate 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 moreSource§impl Debug for OpenMonitoring
impl Debug for OpenMonitoring
Source§impl Default for OpenMonitoring
impl Default for OpenMonitoring
Source§fn default() -> OpenMonitoring
fn default() -> OpenMonitoring
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OpenMonitoring
impl<'de> Deserialize<'de> for OpenMonitoring
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OpenMonitoring
impl PartialEq for OpenMonitoring
impl StructuralPartialEq for OpenMonitoring
Auto Trait Implementations§
impl Freeze for OpenMonitoring
impl RefUnwindSafe for OpenMonitoring
impl Send for OpenMonitoring
impl Sync for OpenMonitoring
impl Unpin for OpenMonitoring
impl UnwindSafe for OpenMonitoring
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more