Enum opentelemetry_datadog::ApiVersion
source · [−]pub enum ApiVersion {
Version03,
Version05,
}
Expand description
Version of datadog trace ingestion API
Variants
Version03
Version 0.3
Version05
Version 0.5 - requires datadog-agent v7.22.0 or above
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ApiVersion
impl Send for ApiVersion
impl Sync for ApiVersion
impl Unpin for ApiVersion
impl UnwindSafe for ApiVersion
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more