package
0.1.0-alpha.3
Repository: https://github.com/lynxbat/vulcan.git
Documentation: pkg.go.dev

# Functions

NewPrometheusWrapper creates a new instance of PrometheusWrapper.
NewQuerier returns creates a new instance of Querier.

# Structs

Config represents the configuration of a Querier object.
PrometheusWrapper implements the prometheus storage interface and provides us a way to query metrics from cassandra and feed those metrics into the prometheus query evaluator for reads.
PrometheusWrapperConfig represents the configuration of a PrometheusWrapperConfig object.
Querier serves as the layer that layer takes incoming user queries and returns the results fetched from the storage system.
SeriesIterator enables efficient access of sample values in a series.