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