Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryandotsmith/metchan

Send metrics from Go to Librato
https://github.com/ryandotsmith/metchan

Last synced: 18 days ago
JSON representation

Send metrics from Go to Librato

Awesome Lists containing this project

README

        

METCHAN

Count, Measure, and Time your Go system. Send the results to Librato.

http://godoc.org/github.com/ryandotsmith/metchan

FAQ

> Is this different than go-metrics?
< Probably not. I wrote this pkg a couple years ago and I recently extracted it into a public pkg. I wanted to use metchan out of comfort.

> What makes metchan so comfortable?
<
func ƒ() {
defer metchan.Time("ƒ", time.Now())
}