Skip to content

Reporter to Influxdb 0.9 implementing (extended) Dropwizard metrics API

License

Notifications You must be signed in to change notification settings

TouK/influxdb-reporter

Repository files navigation

Sputnik Maven Central

influxdb-reporter

Reporter to Influxdb 0.9+ implementing (extended) Dropwizard metrics API

Running tests

$ sbt tests

Publishing

$ sbt release

Required configuration

  1. File with Sonatype credentials ~/.sbt/1.0/sonatype.sbt:
credentials += Credentials(
        "Sonatype Nexus Repository Manager",
        "oss.sonatype.org",
        "XXXXXXX",
        "YYYYY"
)
  1. File with GPG sbt plugin configuration ~/.sbt/1.0/gpg.sbt:
usePgpKeyHex("XYXYXYXYXYX")

About

Reporter to Influxdb 0.9 implementing (extended) Dropwizard metrics API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published