Registry / observability / dropwizard-health

dropwizard-health

JSON →
library5.0.1javamavenunverified

Provides health check support for Dropwizard applications, enabling monitoring and operational readiness.

<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-health</artifactId> <version>5.0.1</version> </dependency>
INSTALL
IMPORT
SIG · DROPWIZARD-HEALTH
D
dropwizard-health
observabilityjavav5.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HealthCheck
io.dropwizard.health.HealthCheck

Defines a simple health check that always returns healthy.

import io.dropwizard.health.HealthCheck; public class MyHealthCheck extends HealthCheck { @Override protected Result check() throws Exception { return Result.healthy(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
2
Amazon
1
Resources
dropwizard-health — mvn dependency:get dropwizard-health · libregistry