pub struct PrometheusInfo {
pub jmx_exporter: Option<JmxExporterInfo>,
pub node_exporter: Option<NodeExporterInfo>,
}Expand description
<p>Prometheus settings.</p>
Fields§
§jmx_exporter: Option<JmxExporterInfo> <p>Indicates whether you want to enable or disable the JMX Exporter.</p>
node_exporter: Option<NodeExporterInfo> <p>Indicates whether you want to enable or disable the Node Exporter.</p>
Trait Implementations§
Source§impl Clone for PrometheusInfo
impl Clone for PrometheusInfo
Source§fn clone(&self) -> PrometheusInfo
fn clone(&self) -> PrometheusInfo
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 PrometheusInfo
impl Debug for PrometheusInfo
Source§impl Default for PrometheusInfo
impl Default for PrometheusInfo
Source§fn default() -> PrometheusInfo
fn default() -> PrometheusInfo
Returns the “default value” for a type. Read more
Source§impl PartialEq for PrometheusInfo
impl PartialEq for PrometheusInfo
Source§impl Serialize for PrometheusInfo
impl Serialize for PrometheusInfo
impl StructuralPartialEq for PrometheusInfo
Auto Trait Implementations§
impl Freeze for PrometheusInfo
impl RefUnwindSafe for PrometheusInfo
impl Send for PrometheusInfo
impl Sync for PrometheusInfo
impl Unpin for PrometheusInfo
impl UnwindSafe for PrometheusInfo
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