OTel Metrics, Backup Guard, and Default Registry Init
This release improves observability and reliability across Daytona’s core infrastructure.
The API now exposes OpenTelemetry metrics and logs, enabling better performance monitoring and tracing, and providing deeper insight into system behavior and debugging.
Additional fixes ensure stable backup handling during sandbox destruction, prevent access errors through a new volume guard, and validate runner readiness during startup.
The update also introduces default backup registry initialization and refactors organization quotas to load from configuration for more predictable scaling.
Release Details
Features
api: otel metrics and logs (#2714)
Fixes
api: backup state on destroy (#2706)
api: add checks for runner sandbox state unknown (#2719)
api: add volumes access guard (#2720)
api: initialize default backup registry (e63c0c5c)
api: wait for default runner to be ready (e2499f19)
dashboard: exclude members page when force redirecting to wallet page (#2716)
docs: improve OSS deployment guide (043f89bc)
Refactor
api: default org quota from config (54870b46)
Chores