Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 797 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 797 Bytes

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")