Categorygithub.com/launchdarkly/go-metrics-graphite
repositorypackage
0.0.0-20200309211409-5062385d58c2
Repository: https://github.com/launchdarkly/go-metrics-graphite.git
Documentation: pkg.go.dev

# README

This is a reporter for the go-metrics library which will post the metrics to Graphite. It was originally part of the go-metrics library itself, but has been split off to make maintenance of both the core library and the client easier.

Usage

import "github.com/launchdarkly/go-metrics-graphite"


go graphite.Graphite(metrics.DefaultRegistry,
  1*time.Second, "some.prefix", addr)