# Functions

MatrixToIterators returns series iterators for a given matrix.
NewClient creates a new Client.
NewQueueManager builds a new QueueManager.

# Constants

No description provided by the author
No description provided by the author
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

# Structs

Client allows reading and writing from/to a remote HTTP endpoint.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
QueueManager manages a queue of samples to be sent to the Storage indicated by the provided StorageClient.
QueueManagerConfig is the configuration for the queue used to write to remote storage.
Reader allows reading from multiple remote sources.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Writer allows queueing samples for remote writes.
No description provided by the author

# Interfaces

StorageClient defines an interface for sending a batch of samples to an external timeseries database.

# Type aliases

No description provided by the author