Skip to content

Commit b3668f8

Browse files
author
Cory G Watson
committed
More docs
1 parent 3c2ea7b commit b3668f8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# redis-statsd
22

3-
Redis statsd is a small, dependency free Python program for periodically fetching stats via Redis' INFO
3+
redis-statsd is a small, dependency free Python program for periodically fetching stats via Redis' INFO
44
command and emitting them to a local StatsD.
55

6+
# Motivation
7+
8+
At [Keen](http://keen.io) we run some Redis instances in Mesos with dynamically allocated ports. We use Datadog and
9+
therefore have an on-box StatsD instance to report to. Therefore this little program can be started with a dynamic
10+
port and report metrics out to DogStatsD!
11+
612
# Optional DogStatsD Tag Support
713

8-
The `--no-tags` option will disable support for [DogStatsD](http://docs.datadoghq.com/guides/dogstatsd/)
14+
The `--no-tags` option will disable support for [DogStatsD](http://docs.datadoghq.com/guides/dogstatsd/)-style tags.
915

1016
# Usage
1117

0 commit comments

Comments
 (0)