# Packages
No description provided by the author
# Functions
NewHTTPReceiver returns a pointer to a new HTTPReceiver.
NewMeasuredListener wraps ln and emits metrics every 10 seconds.
NewOTLPReceiver returns a new OTLPReceiver which sends any incoming traces down the out channel.
# Structs
HTTPReceiver is a collector that uses HTTP protocol and just holds a chan where the spans received are sent one by one.
OTLPReceiver implements an OpenTelemetry Collector receiver which accepts incoming data on two ports for both plain HTTP and gRPC.
Payload specifies information about a set of traces received by the API.
# Interfaces
StatsProcessor implementations are able to process incoming client stats.
# Type aliases
Version is a dumb way to version our collector handlers.