package
2.0.0-rc.1+incompatible
Repository: https://github.com/hashmap/prometheus.git
Documentation: pkg.go.dev
# Functions
NewClient creates a new Client.
NewQueueManager builds a new QueueManager.
No description provided by the author
# Structs
Client allows reading and writing from/to a remote HTTP endpoint.
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.
Storage represents all the remote read and write endpoints.
# Interfaces
StorageClient defines an interface for sending a batch of samples to an external timeseries database.