influxdb-reporter
Reporter to Influxdb 0.9+ implementing (extended) Dropwizard metrics API
Running tests
$ sbt tests
Publishing
$ sbt release
Required configuration
- File with Sonatype credentials
~/.sbt/1.0/sonatype.sbt
:
credentials += Credentials(
"Sonatype Nexus Repository Manager",
"oss.sonatype.org",
"XXXXXXX",
"YYYYY"
)
- File with GPG sbt plugin configuration
~/.sbt/1.0/gpg.sbt
:
usePgpKeyHex("XYXYXYXYXYX")