Jar examples for m:metrics-jetty
Instrumentation of the Jetty thread pool and request handler to identify application bottlenecks by status code, method and path.
You can download jar file metrics-jetty 2.2.0 in this page.
You can use the following script to add metrics-jetty-2.2.0.jar to your project.
<dependency> <groupId>com.yammer.metrics</groupId> <artifactId>metrics-jetty</artifactId> <version>2.2.0</version> </dependency>
compile group: 'com.yammer.metrics', name: 'metrics-jetty', version: '2.2.0'
libraryDependencies += "com.yammer.metrics" % "metrics-jetty" % "2.2.0"
<dependency org="com.yammer.metrics" name="metrics-jetty" rev="2.2.0"/>
@Grapes(@Grab(group='com.yammer.metrics', module='metrics-jetty', version='2.2.0'))
'com.yammer.metrics:metrics-jetty:jar:2.2.0'
Click the following link to download the jar file.
metrics-jetty-2.2.0-javadoc.jar