package
0.3.1
Repository: https://github.com/go-graphite/buckytools.git
Documentation: pkg.go.dev

# Functions

FilterList returns a slice of strings that contain only the string found in both arguments.
FilterRegex returns a sub set of metrics that match the given regex pattern.
MetricsToPaths operates on a slice of metric names and returns a slice of absolute paths using the --prefix flag.
MetricToPath takes a metric name and return an absolute path using the --prefix flag.
MetricToRelative take a metric name and returns a relative path to the Whisper DB.
NewMetricsCache creates and returns a MetricsCacheType object.
PathsToMetrics operates on a slice of absolute paths prefixed with the --prefix flag and returns a slice of metric names.
PathToMetric takes an absolute path that begins with the --prefix flag and returns the metric name.
RelativeToMetric takes a relative path from the root of your DB store and translates it into a metric name.

# Constants

Supported Encodings.
Supported Encodings.
Supported Encodings.

# Variables

No description provided by the author

# Structs

MetricData represents an individual metric and its raw data.
No description provided by the author