Codebase list golang-github-go-kit-kit / 8bbd545
dogstatsd docfix JP Robinson 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1111 )
1212
1313 // Emitter is a struct to manage connections and orchestrate the emission of
14 // metrics to a Statsd process.
14 // metrics to a DogStatsd process.
1515 type Emitter struct {
1616 prefix string
1717 keyVals chan keyVal