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

Add an option to include an API key for http://hostedgraphite.com #84

Closed themartorana closed 10 years ago

themartorana commented 10 years ago

This adds support for using Hosted Graphite (http://hostedgraphite.com).

Basics are:

Thoughts?

EDIT: Updated code to be more generic, use global-prefix option. Better for supporting multiple services and/or global-namespacing of stats.