# Functions
AddSuffix adds a metric suffix based on the metric type ('.count', '.value').
Application tag for the metrics.
CustomRegistry allows overriding the registry used by the reporter.
DecodeKey decodes a metric key into a metric name and tag string.
DeltaCounterName return a delta counter name prefixed with ∆.
DisableAutoStart prevents the Reporter from automatically reporting when created.
EncodeKey encodes the metric name and tags into a unique key.
GetMetric tag support for metrics.Get()
Deprecated: Use WavefrontMetricsReporter.GetMetric instead.
GetOrRegisterMetric tag support for metrics.GetOrRegister()
Deprecated: Use WavefrontMetricsReporter.GetOrRegisterMetric instead.
Interval change the default 1 minute reporting interval.
LogErrors tag for metrics.
NewHistogram create a new Wavefront Histogram and the wrapper.
NewMetricsReporter create a WavefrontMetricsReporter.
Deprecated: use NewMetricsReporter.
Prefix for the metrics name.
RegisterMetric tag support for metrics.Register() return RegistryError if the metric is not registered
Deprecated: Use WavefrontMetricsReporter.RegisterMetric instead.
Enable Runtime Metric collection.
Source tag for metrics.
UnregisterMetric tag support for metrics.UnregisterMetric()
Deprecated: Use WavefrontMetricsReporter.UnregisterMetric instead.
# Structs
Histogram wrapper of Wavefront Histogram so it can be used with metrics.Registry.
# Interfaces
WavefrontMetricsReporter report go-metrics to wavefront.
# Type aliases
Option allows WavefrontReporter customization.
RegistryError returned if there is any error on RegisterMetric.