package
0.0.0-20240705082053-5b77a830d434
Repository: https://github.com/opsramp/tracing-proxy.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
NewClient creates a Client with defaults correctly set.
# Variables
UserAgentAddition is a variable set at compile time via -ldflags to allow you to augment the "User-Agent" header that libtrace sends along with each event.
# Structs
Builder is used to create templates for new events, specifying default fields and override settings.
Client represents an object that can create new builders and events and send them somewhere.
ClientConfig is a subset of the global libhoney config that focuses on the configuration of the client itself.
Config specifies settings for initializing the library.
DiscardWriter implements the Output interface and drops all events.
Event is used to hold data that can be sent to Opsramp.
MockOutput implements the Output interface and passes it along to the transmission.MockSender.
No description provided by the author
WriterOutput implements the Output interface and passes it along to the transmission.WriterSender.
# Interfaces
Output was responsible for handling events after Send() is called.