Skip to content

Commit

Permalink
Readme example to delete a counter from shell
Browse files Browse the repository at this point in the history
  • Loading branch information
carver committed Feb 9, 2013
1 parent 187697c commit 6a36177
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -226,6 +226,11 @@ The stats output currently will give you:
Each backend will also publish a set of statistics, prefixed by its
module name.

You can use this to delete buckets no longer in use. For example, if you were hosting statsd at 10.10.10.10:

#to delete counter sandbox.test.temporary
echo "delcounters sandbox.test.temporary" | nc 10.10.10.10 8126

Graphite:

* graphite.last_flush: the number of seconds elapsed since the last successful
Expand Down

0 comments on commit 6a36177

Please sign in to comment.