API Reference honeylixir v0.4.0
Modules
Used to interact with honeycomb.io's API for tracing and other data.
Used for managing Events and holding their data. It also has a send function that really just kicks off the sending process which happens asynchronously.
Small Agent
used to store and retrieve fields to be added to all events.
Struct and factory functions for generating certain kinds of Responses.
Transmission engine that handles sending events to the expected place.
Queue for processing and managing events to be sent.
Typically invoked as a Task, handles sending the Honeylixir.Event
batches to
the Honeylixir.Client
and adding responses to the queue.