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