m

metrics-graphite

A reporter for Metrics which announces measurements to a Graphite server.
Files download
File Operation
metrics-graphite-5.0.0-rc5.jar download
metrics-graphite-5.0.0-rc5.pom download
metrics-graphite-5.0.0-rc5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.dropwizard.metrics5</groupId>
  <artifactId>metrics-graphite</artifactId>
  <version>5.0.0-rc5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.dropwizard.metrics5:metrics-graphite:5.0.0-rc5'
Gradle Kotlin
implementation("io.dropwizard.metrics5:metrics-graphite:5.0.0-rc5")
Scala SBT
libraryDependencies += "io.dropwizard.metrics5" % "metrics-graphite" % "5.0.0-rc5"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard.metrics5', module='metrics-graphite', version='5.0.0-rc5')
)
Apache Ivy
<dependency org="io.dropwizard.metrics5" name="metrics-graphite" rev="5.0.0-rc5" />
Leiningen
[io.dropwizard.metrics5/metrics-graphite "5.0.0-rc5"]
Apache Buildr
'io.dropwizard.metrics5:metrics-graphite:jar:5.0.0-rc5'