Registry / observability / quarkus-smallrye-health

quarkus-smallrye-health

JSON →
library3.17.2javamavenunverified

Quarkus extension for SmallRye Health providing health check endpoints for monitoring service health.

<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-smallrye-health</artifactId> <version>3.17.2</version> </dependency>
INSTALL
IMPORT
SIG · QUARKUS-SMALLRYE-H
Q
quarkus-smallrye-health
observabilityjavav3.17.2
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 simple health check that returns UP.

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

No known issues recorded.

Upgrade
Version history
3.17.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
quarkus-smallrye-health — mvn dependency:get quarkus-smallrye-health · libregistry