Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Metrics are sent to InfluxDB with the following values and tags:
1. `git clone https://github.com/splee/burrower.git`
1. `cd burrower && sbt assembly`
1. Update configuration, saving it as `conf/application.conf` (example config file: `burrow/conf/application.conf.example`)
1. `java -cp target/scala-2.11/burrower-0.2-SNAPSHOT.jar:conf/ com.github.splee.burrower.OffsetMonitor`
1. `java -Dconfig.file=conf/application.conf -jar target/scala-2.11/burrower-0.2-SNAPSHOT.jar`

## Planned Features

Expand Down