m

metrics-healthchecks-severity

Very small library that augments Dropwizard Metrics health checks with a severity detail.
https://github.com/kiwiproject/metrics-healthchecks-severity
MIT License
Kiwi Project
Chris Rohr Scott Leberknight
Files download
File Operation
metrics-healthchecks-severity-0.9.0.jar download
metrics-healthchecks-severity-0.9.0.pom download
metrics-healthchecks-severity-0.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kiwiproject</groupId>
  <artifactId>metrics-healthchecks-severity</artifactId>
  <version>0.9.0</version>
</dependency>
Gradle Groovy
implementation 'org.kiwiproject:metrics-healthchecks-severity:0.9.0'
Gradle Kotlin
implementation("org.kiwiproject:metrics-healthchecks-severity:0.9.0")
Scala SBT
libraryDependencies += "org.kiwiproject" % "metrics-healthchecks-severity" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='org.kiwiproject', module='metrics-healthchecks-severity', version='0.9.0')
)
Apache Ivy
<dependency org="org.kiwiproject" name="metrics-healthchecks-severity" rev="0.9.0" />
Leiningen
[org.kiwiproject/metrics-healthchecks-severity "0.9.0"]
Apache Buildr
'org.kiwiproject:metrics-healthchecks-severity:jar:0.9.0'