statsdGoClient

command
v74.0.2+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2017 License: Apache-2.0, BSD-3-Clause, MIT, + 1 more Imports: 6 Imported by: 0

README

#Summary

This is a simple go client which can be used to send metrics to a statsd server running locally. The client reads the standard input for statsd commands. The valid commands are:

timing <name> <value> [sample_rate]
gauge <name> <value>  [sample_rate]
count <name> <value>  [sample_rate]

Running

Run:

go run main.go [PORT]

The optional parameter PORT specifies the port of the statsd server. It defaults to 8125.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL