We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3d04b commit a617571Copy full SHA for a617571
README.md
@@ -9,6 +9,9 @@ At [Keen](http://keen.io) we run some Redis instances in Mesos with dynamically
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
12
+# Docker
13
+A public docker image is available on [docker hub](https://hub.docker.com/r/keen/redis-statsd/).
14
+
15
# Notes
16
17
## A Word On Counters
@@ -43,4 +46,4 @@ optional arguments:
43
46
--statsd-port STATSD_PORT
44
47
The port of the Redis port to connect to
45
48
--no-tags Disable tags for use with DogStatsD
-```
49
+```
0 commit comments