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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?