Quarkus Observability

Make a Quarkus service diagnosable in production: structured JSON logs, a correlation ID via MDC and the X-Request-Id header surfaced as traceId in errors, Micrometer/Prometheus metrics for business events, OpenTelemetry tracing, correct liveness/readiness health checks, and alert thresholds. Use when preparing a new service for production, adding metrics, diagnosing an issue that only appears in staging or production, designing alerts, or when logs are not enough to follow one request. Do not use for local dev debugging, tests (quarkus-testing), or export performance tuning (bulk-reporting-export).

hi-donwi Updated

File contents

hi-donwi/Agent-Skills/tree/main/skills/quarkus-observability commit 87267ce391

Frequently asked questions

npx skillmds@latest add hi-donwi/quarkus-observability