sivy / pystatsd

Python implementation of the Statsd client/server
http://pypi.python.org/pypi/pystatsd/
BSD 2-Clause "Simplified" License
358 stars 87 forks source link

when logging sent gauge, call values "values" not "counts" #70

Closed rjbs closed 11 years ago

rjbs commented 11 years ago

Gauges have values, not counts, and we should log it that way. It helps us see what kind of metrics we were collecting, too.