package
0.0.14
Repository: https://github.com/msaf1980/go-metrics.git
Documentation: pkg.go.dev

# Functions

Graphite is a blocking exporter function which reports metrics in r to a graphite server located at addr, flushing them every d duration and prepending metric names with prefix.
Once performs a single submission to Graphite, returning a non-nil error on failed connections.
WithConfig is a blocking exporter function just like Graphite, but it takes a GraphiteConfig instead.

# Structs

Config provides a container with configuration parameters for the Graphite exporter.
No description provided by the author