Registry / observability / smallrye-health

smallrye-health

JSON →
library4.3.0javamavenunverified

SmallRye Health provides health check implementations for MicroProfile Health.

<dependency> <groupId>io.smallrye</groupId> <artifactId>smallrye-health</artifactId> <version>4.3.0</version> </dependency>
INSTALL
IMPORT
SIG · SMALLRYE-HEALTH
S
smallrye-health
observabilityjavav4.3.0
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
org.eclipse.microprofile.health.HealthCheck

Implements a MicroProfile HealthCheck that returns UP.

import org.eclipse.microprofile.health.HealthCheck; import org.eclipse.microprofile.health.HealthCheckResponse; public class MyHealthCheck implements HealthCheck { @Override public HealthCheckResponse call() { return HealthCheckResponse.up("my-check"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
10
OpenAI (training)
2
Resources
smallrye-health — mvn dependency:get smallrye-health · libregistry