Skip to content

Commit

Permalink
update README to include delete command
Browse files Browse the repository at this point in the history
  • Loading branch information
groe committed Nov 21, 2012
1 parent a67e23e commit cb9d71d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -115,6 +115,10 @@ Run the server to expose data to clients
The server is run as a separate process to allow for controlled upgrades of one
or the other component, without affecting data acquisition or presentation.

Delete an existing data point (e.g. replace <statistic> with "counters:mymetric")

batsd -c config.yml delete <statistic>

A sample client to extract data is included in `examples/client.rb`.
[jeremy/statsd](https://github.com/jeremy/statsd-ruby.git) is the recommended
ruby statsd client for sending data.
Expand Down

0 comments on commit cb9d71d

Please sign in to comment.