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§