diff options
Diffstat (limited to 'python/pystatsd/README')
-rw-r--r-- | python/pystatsd/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/pystatsd/README b/python/pystatsd/README new file mode 100644 index 0000000000..35a0d86cb3 --- /dev/null +++ b/python/pystatsd/README @@ -0,0 +1,5 @@ +pystatsd is a client and server implementation of +Etsy's statsd server, a frontend/proxy for the +Graphite stats collection and graphing server. + +This requires distribute and argparse. |