pub enum TelemetryWorkerFlavor {
Full,
MetricsLogs,
}Variants§
Full
Send all telemetry messages including lifecycle events like app-started, heartbeats, dependencies and configurations
MetricsLogs
Only send telemetry data not tied to the lifecycle of the app like logs and metrics
Trait Implementations§
Source§impl Clone for TelemetryWorkerFlavor
impl Clone for TelemetryWorkerFlavor
Source§fn clone(&self) -> TelemetryWorkerFlavor
fn clone(&self) -> TelemetryWorkerFlavor
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 TelemetryWorkerFlavor
impl Debug for TelemetryWorkerFlavor
Source§impl Default for TelemetryWorkerFlavor
impl Default for TelemetryWorkerFlavor
Source§fn default() -> TelemetryWorkerFlavor
fn default() -> TelemetryWorkerFlavor
Returns the “default value” for a type. Read more
impl Copy for TelemetryWorkerFlavor
Auto Trait Implementations§
impl Freeze for TelemetryWorkerFlavor
impl RefUnwindSafe for TelemetryWorkerFlavor
impl Send for TelemetryWorkerFlavor
impl Sync for TelemetryWorkerFlavor
impl Unpin for TelemetryWorkerFlavor
impl UnsafeUnpin for TelemetryWorkerFlavor
impl UnwindSafe for TelemetryWorkerFlavor
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