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.1.5 in this page.
You can use the following script to add metrics-jetty-2.1.5.jar to your project.
<dependency> <groupId>com.yammer.metrics</groupId> <artifactId>metrics-jetty</artifactId> <version>2.1.5</version> </dependency>
compile group: 'com.yammer.metrics', name: 'metrics-jetty', version: '2.1.5'
libraryDependencies += "com.yammer.metrics" % "metrics-jetty" % "2.1.5"
<dependency org="com.yammer.metrics" name="metrics-jetty" rev="2.1.5"/>
@Grapes(@Grab(group='com.yammer.metrics', module='metrics-jetty', version='2.1.5'))
'com.yammer.metrics:metrics-jetty:jar:2.1.5'
Click the following link to download the jar file.
metrics-jetty-2.1.5-javadoc.jar