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
* Add ProcessLength to heartbeat event
This change extends the heartbeat event payload to include ProcessLength,
which represents the current number of running processes on the VM.
By including process count in heartbeats, the bosh-monitor can now align
its behavior with the bosh-cli 'vms' command output. This allows the monitor
to react to process state changes in real-time without requiring separate
get_state RPC calls
* changed ProcessLength to NumberOfProcesses
* changed NumberOfProcesses to pointer
* changed some variable names
* changed error handling when fetching processes
* adjusted agent test
* Added the error log if fetching processes fails
Co-authored-by: Ruben Koster <hi@rkoster.dev>
* fixed lint test
---------
Co-authored-by: I766702 <yuri.adam@sap.com>
Co-authored-by: Ruben Koster <hi@rkoster.dev>
0 commit comments