diff --git a/README.adoc b/README.adoc index 6fbff0f..230a2d8 100644 --- a/README.adoc +++ b/README.adoc @@ -15,13 +15,20 @@ reports it to statsd. % java -jar verspaetung-*-all.jar --help usage: verspaetung + -d,--delay Seconds to delay between reporting metrics to + the metrics receiver (defaults: 5s) -H,--statsd-host Hostname for a statsd instance (defaults to localhost) -n,--dry-run Disable reporting to a statsd host -p,--statsd-port Port for the statsd instance (defaults to 8125) + --prefix Prefix all metrics with PREFIX before they're + reported (e.g. PREFIX.verspaetung.mytopic) -s,--storm Watch Storm KafkaSpout offsets (under /kafka_spout) + -x,--exclude Regular expression for consumer groups to + exclude from reporting (can be declared + multiple times) -z,--zookeeper Comma separated list of Zookeeper hosts (e.g. localhost:2181)