Capturing JVM- and application-level metrics. So you know what's going on.
For more information, please see the documentation.
This is a line for line copy of the Metrics-scala module of Metrics released for multiple scala versions.
Tests are stripped because they depend on a library that is for scala 2.9.1 only.
This version of Metrics-scala is build against scala 2.9.1
, 2.9.1-1
and 2.9.2
.
It will be build for 2.10
as it becomes available.
It has been compiled against Metrics core 2.1.2
, 2.1.3
and 2.1.4
.
Notice that version 2.1.4 is the only version that supports OSGI.
SBT:
libraryDependencies += "nl.grons" %% "metrics-scala" % "2.1.4"
Maven:
<properties>
<scala.version>2.9.2</scala.version>
</properties>
<dependency>
<groupId>nl.grons</groupId>
<artifactId>metrics-scala_${scala.version}</artifactId>
<version>2.1.4</version>
</dependency>
Copyright (c) 2010-2012 Coda Hale, Yammer.com
Published under Apache Software License 2.0, see LICENSE