go-runtime-metrics

Collect Golang Runtime Metrics, outputting to a stats handler

Github星跟踪图

go-runtime-metrics

Collect Golang Runtime Metrics, outputting to a stats handler (currently, statsd)

The intent of this library is to be a "side effect" import. You can kick off the collector merely by importing this into your main:

import _ "github.com/bmhatfield/go-runtime-metrics"

This library has a few optional flags it depends on. It won't be able to output stats until you call flag.Parse(), which is generally done in your func main() {}.

Once imported and running, you can expect a number of Go runtime metrics to be sent to statsd over UDP. An example of what this looks like:

Dashboard Screenshot

主要指标

概览
名称与所有者bmhatfield/go-runtime-metrics
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2014-09-01 14:12:42
推送于2016-05-12 18:08:36
最后一次提交2016-05-12 14:08:36
发布数0
用户参与
星数545
关注者数17
派生数34
提交数34
已启用问题?
问题数1
打开的问题数0
拉请求数7
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?