Struct prima_datadog::configuration::PrimaConfiguration
source · [−]pub struct PrimaConfiguration { /* private fields */ }
Expand description
The struct that represents options for the Datadog client in Prima.
Implementations
Trait Implementations
sourceimpl Configuration for PrimaConfiguration
impl Configuration for PrimaConfiguration
sourcefn is_reporting_enabled(&self) -> bool
fn is_reporting_enabled(&self) -> bool
Whether to send metrics or not. This is useful to make the client silent in certain condition Read more
Default tags to be sent with every metric reporting
Auto Trait Implementations
impl RefUnwindSafe for PrimaConfiguration
impl Send for PrimaConfiguration
impl Sync for PrimaConfiguration
impl Unpin for PrimaConfiguration
impl UnwindSafe for PrimaConfiguration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more