pub enum MetricsTarget {
Prometheus,
}Expand description
Metrics integration to scaffold.
Variants§
Prometheus
Prometheus text exposition and optional Prometheus Operator resources.
Trait Implementations§
Source§impl Clone for MetricsTarget
impl Clone for MetricsTarget
Source§fn clone(&self) -> MetricsTarget
fn clone(&self) -> MetricsTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MetricsTarget
Source§impl Debug for MetricsTarget
impl Debug for MetricsTarget
impl Eq for MetricsTarget
Source§impl From<Metrics> for MetricsTarget
impl From<Metrics> for MetricsTarget
Source§impl PartialEq for MetricsTarget
impl PartialEq for MetricsTarget
impl StructuralPartialEq for MetricsTarget
Auto Trait Implementations§
impl Freeze for MetricsTarget
impl RefUnwindSafe for MetricsTarget
impl Send for MetricsTarget
impl Sync for MetricsTarget
impl Unpin for MetricsTarget
impl UnsafeUnpin for MetricsTarget
impl UnwindSafe for MetricsTarget
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