# Functions
CloneEvent event returns a copy of the event with the time adjusted to at.
Export is called to deliver an event to the global exporter if set.
ExportPair is called to deliver a start event to the supplied exporter.
Log1 takes a message and one label delivers a log event to the exporter.
Log2 takes a message and two labels and delivers a log event to the exporter.
No description provided by the author
Metric1 sends a label event to the exporter with the supplied labels.
Metric2 sends a label event to the exporter with the supplied labels.
SetExporter sets the global exporter function that handles all events.
Start1 sends a span start event with the supplied label list to the exporter.
Start2 sends a span start event with the supplied label list to the exporter.
# Type aliases
Exporter is a function that handles events.