You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(dbha-v2): add daemon-start guard for auto-restart on crash. issue: #16394
- Add RunWithGuard and GuardOptions in process/daemon.go to watch child process and restart on abnormal exit
- Skip SavePid in pid.go when DBHA_UNDER_GUARD is set
- Add DaemonStartCmdRunE in process/cmds.go
- Add daemon-start subcommand to probe, receiver, admin, analysis
- Add config.Load in admin, receiver, analysis config packages
0 commit comments