Start with a clear liveness signal
Know whether the service can answer at all.
Home / Product / Health and monitoring
See the backend clearlyUse health, runtime statistics, structured logs, rotation controls, and optional profiles as the starting point for meaningful operational visibility.
The process may answer while sign-in fails, the database is saturated, files cannot reach storage, or a queue is falling behind. Treating one ping as proof of the whole product hides the failures that matter.
Daptin provides a health endpoint, runtime statistics, structured logging with rotation options, and optional CPU or heap profiles. These surfaces reveal the process and help operators investigate.
A complete monitoring plan builds on them with synthetic paths: authenticate, read a permissioned record, fetch an asset, run a safe action, and check every protocol or queue the product promises.
Know whether the service can answer at all.
Use logs and statistics to understand resource and request behavior.
Turn the application's important journeys into external checks.
Health and monitoring does more when it can reuse the records, people, access rules, and workflows already in your application.
Check the process from outside its own runtime.
Centralize logs and relevant runtime statistics.
Test representative identity, data, file, action, and service paths.
Notify operators on failure, latency, queue age, or resource pressure.
Start from the experience you want to create; the backend capability supports the work behind it.
Sign in as a test user and read one protected record.
Fetch a known asset through its real storage and permission path.
Watch pending age, failed attempts, and listener reachability.
These capabilities share the same application context, so each one makes health and monitoring more useful.
Daptin exposes operational signals; it does not provide a managed monitoring service, incident response, log warehouse, or universal service-level objective. Protect profiling endpoints and avoid leaking sensitive data into logs.
Run Daptin locally, explore the live administration surface, and follow one complete application path.