Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryandotsmith/metchan
- Owner: ryandotsmith
- License: mit
- Created: 2014-04-28T23:25:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-29T00:15:34.000Z (over 10 years ago)
- Last Synced: 2024-12-16T17:54:31.240Z (19 days ago)
- Language: Go
- Size: 152 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
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())
}