# Packages
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
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
# Functions
ForwarderDims are the common stat dimensions we expect on forwarder protocols.
ListenerDims are the common stat dimensions we expect on listener protocols.
ReadFromRequest reads all the http body into the jeff buffer and logs if there is an error.
# Structs
CloseableHealthCheck is a helper class intended to be used as an anonymous field.
UneventfulForwarder converts a datapoint only forwarder into a datapoint/event forwarder.
# Interfaces
DatapointForwarder can send datapoints and not events.
DebugEndpointer gives an object a chance to expose http endpoints.
Forwarder is the basic interface endpoints must support for the gateway to forward to them.
HealthChecker interface is anything that exports a healthcheck that would need to be invalidated on graceful shutdown.
Listener is the basic interface anything that listens for new metrics must implement.
Pipeline returns the number of items still in flight that need to be drained.
StartupHook interface allows a forwarder to present a callback after startup if it needs to do something that requires a fully running gateway.