Trait vector::sinks::prelude::GetEventCountTags

source ·
pub trait GetEventCountTags {
    // Required method
    fn get_tags(&self) -> TaggedEventsSent;
}
Expand description

Must be implemented by events to get the tags that will be attached to the component_sent_event_* emitted metrics.

Required Methods§

Implementors§

source§

impl GetEventCountTags for Event

source§

impl GetEventCountTags for LogEvent

source§

impl GetEventCountTags for Metric

source§

impl GetEventCountTags for TraceEvent

source§

impl GetEventCountTags for vector::sinks::elasticsearch::encoder::ProcessedEvent

source§

impl<E, M> GetEventCountTags for vector::sinks::util::processed_event::ProcessedEvent<E, M>