m

metrics-healthchecks-severity

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