File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
44command 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
You can’t perform that action at this time.
0 commit comments