Codebase list golang-github-go-kit-kit / 029ec1c
Fix typos Ivan Fraixedes 7 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
7070 }
7171
7272 // NewHistogram returns a Histogram that emits observations in the DogStatsD
73 // protocol via the Emitter's conection manager. Observations are buffered for
73 // protocol via the Emitter's connection manager. Observations are buffered for
7474 // the reporting interval or until the buffer exceeds a max packet size,
7575 // whichever comes first. Fields are ignored.
7676 //
7070 }
7171
7272 // NewHistogram returns a Histogram that emits observations in the statsd
73 // protocol via the Emitter's conection manager. Observations are buffered for
73 // protocol via the Emitter's connection manager. Observations are buffered for
7474 // the reporting interval or until the buffer exceeds a max packet size,
7575 // whichever comes first. Fields are ignored.
7676 //