pub enum Pipeline {
DogStatsD,
Checks,
Otlp,
Traces,
}Expand description
The ADP pipeline a config key affects.
Variants§
DogStatsD
DogStatsD metrics pipeline.
Checks
Agent checks pipeline.
Otlp
OTLP ingestion frontend.
Traces
Internal trace processing. Active when OTLP is enabled and proxy/relay mode (which uses the core Agent for transport) is off.
Trait Implementations§
impl Copy for Pipeline
impl Eq for Pipeline
impl StructuralPartialEq for Pipeline
Auto Trait Implementations§
impl Freeze for Pipeline
impl RefUnwindSafe for Pipeline
impl Send for Pipeline
impl Sync for Pipeline
impl Unpin for Pipeline
impl UnsafeUnpin for Pipeline
impl UnwindSafe for Pipeline
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