m

metriccatcher

Receives metrics on UDP, sends them to Ganglia or Graphite
https://github.com/addthis/MetricCatcher
Apache License, Version 2.0
Files download
File Operation
metriccatcher-0.4.0.jar download
metriccatcher-0.4.0.pom download
metriccatcher-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.addthis</groupId>
  <artifactId>metriccatcher</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.addthis:metriccatcher:0.4.0'
Gradle Kotlin
implementation("com.addthis:metriccatcher:0.4.0")
Scala SBT
libraryDependencies += "com.addthis" % "metriccatcher" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.addthis', module='metriccatcher', version='0.4.0')
)
Apache Ivy
<dependency org="com.addthis" name="metriccatcher" rev="0.4.0" />
Leiningen
[com.addthis/metriccatcher "0.4.0"]
Apache Buildr
'com.addthis:metriccatcher:jar:0.4.0'