• v0.2.8 38afc6c34d

    feat(admin): exclude health check entries from admin logs
    All checks were successful
    Build and Publish Docker Image / deploy (push) Successful in 1m43s

    kato released this 2026-06-01 12:04:36 +03:00 | 31 commits to master since this release

    Filter out automated health check log entries (such as /health,
    /healthz, and /api/v1/health) from the admin logs view. This
    reduces noise in the dashboard caused by frequent container health
    pings.

    Also added corresponding unit tests to verify the filtering behavior.

    Downloads