# 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.