pub struct Domain {
pub receiver: Receiver,
pub metrics: Metrics,
pub traces: Traces,
pub proxy: Proxy,
pub contexts: Contexts,
}Expand description
Resolved OTLP configuration.
Fields§
§receiver: ReceiverOTLP receiver transports and per-signal activation.
metrics: MetricsOTLP metrics translation settings.
traces: TracesOTLP trace ingestion settings.
proxy: ProxyOTLP proxy gating and endpoint.
contexts: ContextsOTLP context cache sizing.
Trait Implementations§
impl StructuralPartialEq for Domain
Auto Trait Implementations§
impl Freeze for Domain
impl RefUnwindSafe for Domain
impl Send for Domain
impl Sync for Domain
impl Unpin for Domain
impl UnwindSafe for Domain
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