package
0.0.0-20240705082053-5b77a830d434
Repository: https://github.com/opsramp/tracing-proxy.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DiscardSender implements the Sender interface and drops all events.
No description provided by the author
MockSender implements the Sender interface by retaining a slice of added events, for use in unit tests.
Response is a record of an event sent.
No description provided by the author
No description provided by the author
WriterSender implements the Sender interface by marshalling events to JSON and writing to STDOUT, or to the writer W if one is specified.

# Interfaces

Metrics is an interface that can be fulfilled by something like statsd.
Sender is responsible for handling events after Send() is called.