touk / influxdb-reporter   1.4.0

Apache License 2.0 GitHub

Reporter to Influxdb 0.9 implementing (extended) Dropwizard metrics API

Scala versions: 3.x 2.13 2.12 2.11

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