package
0.2.1
Repository: https://github.com/signalfx/ingest-protocols.git
Documentation: pkg.go.dev

# Functions

Load will load a MetricDeconstructor of the given name, with the given options.
LoadJSON will load a MetricDeconstructor of the given name, with the given JSON object.

# Variables

ErrSkipMetric is returned when parsing to indicate skipping.

# Structs

IdentityMetricDeconstructor returns a zero dimension gauge of a metric.
NilDeconstructor is a parser that always skips a metric.

# Interfaces

MetricDeconstructor is an object that can deconstruct a single metric name into what dimensions it should represent.