opencensus_honeycomb v0.2.2 Opencensus.Honeycomb.Reporter
Reporter implementation.
:opencensus
calls report/2
with a list of spans collected over the last send_interval_ms
.
report/2
cuts them into batch_size
batches for Opencensus.Honeycomb.Sender.send_batch/1
.
Link to this section Summary
Link to this section Functions
Link to this function
report(spans, atom)
Implements the report/2
callback for the :oc_reporter
behaviour.