Jar examples for m:metrics-healthchecks
An addition to Metrics which provides the ability to run application-specific health checks, allowing you to check your application's heath in production.
You can download jar file metrics-healthchecks 3.0.0-BETA3 in this page.
You can use the following script to add metrics-healthchecks-3.0.0-BETA3.jar to your project.
<dependency> <groupId>com.codahale.metrics</groupId> <artifactId>metrics-healthchecks</artifactId> <version>3.0.0-BETA3</version> </dependency>
compile group: 'com.codahale.metrics', name: 'metrics-healthchecks', version: '3.0.0-BETA3'
libraryDependencies += "com.codahale.metrics" % "metrics-healthchecks" % "3.0.0-BETA3"
<dependency org="com.codahale.metrics" name="metrics-healthchecks" rev="3.0.0-BETA3"/>
@Grapes(@Grab(group='com.codahale.metrics', module='metrics-healthchecks', version='3.0.0-BETA3'))
'com.codahale.metrics:metrics-healthchecks:jar:3.0.0-BETA3'
Click the following link to download the jar file.
metrics-healthchecks-3.0.0-BETA3-javadoc.jar