tracing_honeycomb

Type Alias LibhoneyReporter

Source
pub type LibhoneyReporter = Mutex<Client<Transmission>>;
Expand description

Reporter that sends events and spans to a libhoney::Client

Aliased Type§

struct LibhoneyReporter { /* private fields */ }

Trait Implementations§

Source§

impl Reporter for LibhoneyReporter

Source§

fn report_data(&self, data: HashMap<String, Value>, timestamp: DateTime<Utc>)

Reports data to the backend