Application health checks should show whether the software can perform the work users and connected systems rely on. A process that returns a web page can still be unhealthy when data is stale, jobs are stuck, notifications fail, or a critical dependency is unavailable.

Define critical components

List application, database, storage, queues, identity, search, inventory, forms, booking, payments, messaging, provider, and integration dependencies. Identify which are essential, degraded, or optional.

Check user-facing behavior

Test sign-in, navigation, core record, search, create or update, submit, notification, report, export, and support paths. Health should include an action that represents real work, not only a shallow endpoint response.

Measure technical and business signals

Track availability, latency, errors, queue age, freshness, failed jobs, dependency status, and capacity alongside completed workflow, delivery, booking, or customer outcome measures.

The observability checklist and queue monitoring checklist cover evidence and background work.

Define degraded states

Document what users see when search, provider, notification, integration, or write path is unavailable. Provide safe fallback, retry, support, or manual process and avoid reporting healthy when a critical action cannot complete.

Protect health data

Keep checks and logs free of unnecessary private records, tokens, message text, and payment details. Limit dashboards, alerts, and diagnostics to the people who need them.

Test releases and recovery

Run health checks after deployment, configuration, provider, migration, credential, and infrastructure changes. Test failure, timeout, stale data, recovery, rollback, and reconciliation paths.

Assign response ownership

Each signal needs owner, threshold, alert, first action, escalation, communication, and review. Keep the health definition current as workflows and dependencies change.

Monitoring says the application is up while users cannot finish work? Ask Vertinus to define health around critical actions.