statsd icon indicating copy to clipboard operation
statsd copied to clipboard

An efficient Statsd Go client.

Results 24 statsd issues
Sort by recently updated
recently updated
newest added

I have created a fork of this repository and intend to maintain it, but I figured I may as well make a PR for visibility, even though this project seems...

Telegraf doesn't support support negative counters, requiring relative gauge values instead. This adds the new method GaugeRelative to allow for this.

Hello, I'm wondering whether it would be possible to try to either connect(un-mute) or from time to time. Currently, when: ``` Failed to init StatsD: write udp [::1]:51628->[::1]:8125: write: connection...

Hi Here is my contribution to your code, its working good on powersystems. Thanks for the code, its working good. ## What do these changes do? Added Architecture "ppc64le" ##...

https://github.com/alexcesaro/statsd/blob/7fea3f0d2fab1ad973e641e51dba45443a311a90/options.go#L154

Wrote a simple code to push disk usage metrics to statsd using below code. client.Gauge("test.snap.stats.filesystem.c_drive.free", 100) but unable to see data from grafana. Tested the same using bash script echo...

I see that there has never been a merged PR and the last closed issue is over a year old. Some of the issues ask simple questions such as #9...

I needed this for more flexibility w/ respect to custom prefixes. See godoc comments for the newly proposed func.

Add ability to inject custom `io.WriteCloser` to the client's connection

librato's metrics are in the form `name#k1=v1,k2=v2:17|ms`