Build Process Watcher
Version updated for https://github.com/cdsap/build-process-watcher to version v0.4.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
New in This Release: GC Metrics Collection
Track garbage collection performance alongside memory usage! Enablecollect_gc: 'true' to monitor GC time in seconds and identify GC-related performance bottlenecks in your builds
Example:
- name: Process Watcher
uses: cdsap/build-process-watcher@v0.4.0
with:
remote_monitoring: true
collect_gc: true
What’s Changed
- Possibility to indicate different branch for the staging deployment by @cdsap in https://github.com/cdsap/build-process-watcher/pull/13
- collecting GC parameter by @cdsap in https://github.com/cdsap/build-process-watcher/pull/14
Full Changelog: https://github.com/cdsap/build-process-watcher/compare/0.3...v0.4.0