Discover Packages
code.cloudfoundry.org/loggregator-release
src
statsd-injector
tools
statsdGoClient
command
Version:
v74.0.2+incompatible
Opens a new window with list of versions in this module.
Published: Jan 16, 2017
License: Apache-2.0, BSD-3-Clause, MIT, + 1 more
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
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.
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.