# Functions

NewClient creates a new Client.
No description provided by the author
NewQueueManager builds a new QueueManager.

# Constants

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

# Structs

Client allows reading and writing from/to a remote gRPC endpoint.
ClientConfig configures a Client.
CreateTimeSeriesRequestWriterCloser allows writing protobuf message monitoring.CreateTimeSeriesRequest as wire format into the writerCloser.
QueueManager manages a queue of samples to be sent to the Storage indicated by the provided StorageClient.

# Interfaces

StorageClient defines an interface for sending a batch of samples to an external timeseries database.
No description provided by the author