statsdaemon

an implementation of Etsy's statsd in Go

Github星跟踪图

statsdaemon

Port of Etsy's statsd (https://github.com/etsy/statsd), written in Go (originally based
on amir/gographite).

Supports:

  • Timing (with optional percentiles)
  • Counters (positive and negative with optional sampling)
  • Gauges (including relative operations)
  • Sets

Initially only integers were supported for metric values,
but now double-precision floating-point is supported.

Build Status

Installing

Binary Releases

Pre-built binaries for darwin and linux.

Current Stable Release: v0.7.1

Older Releases

Building from Source

git clone https://github.com/bitly/statsdaemon
cd statsdaemon
go get github.com/bmizerany/assert #for tests
go build

Command Line Options

Usage of ./statsdaemon:
  -address=":8125": UDP service address
  -debug=false: print statistics sent to graphite
  -delete-gauges=true: don't send values to graphite for inactive gauges, as opposed to sending the previous value
  -flush-interval=10: Flush interval (seconds)
  -graphite="127.0.0.1:2003": Graphite service address (or - to disable)
  -max-udp-packet-size=1472: Maximum UDP packet size
  -percent-threshold=[]: percentile calculation for timers (0-100, may be given multiple times)
  -persist-count-keys=60: number of flush-intervals to persist count keys
  -postfix="": Postfix for all stats
  -prefix="": Prefix for all stats
  -receive-counter="": Metric name for total metrics received per interval
  -tcpaddr="": TCP service address, if set
  -version=false: print version string

主要指标

概览
名称与所有者bitly/statsdaemon
主编程语言Go
编程语言Shell (语言数: 3)
平台
许可证The Unlicense
所有者活动
创建于2013-02-06 04:10:54
推送于2021-01-22 01:37:01
最后一次提交2021-01-21 09:09:52
发布数6
最新版本名称v0.7.3 (发布于 )
第一版名称v0.5.2-alpha (发布于 )
用户参与
星数570
关注者数91
派生数131
提交数182
已启用问题?
问题数22
打开的问题数3
拉请求数62
打开的拉请求数5
关闭的拉请求数16
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?