Releases: facebookincubator/dynolog
v0.3.2
v0.3.1
Summary
Includes iterative improvement to Prometheus logging support and updates to performance monitoring events library (hbt) for SPR and ARM.
PS: Packages with "_ods" suffix support logging to Meta ODS data store.
Release notes
dynolog
- Add more metrics and smooth out prometheus implementation (#181, #156 )
- Adds docker image for demo (#135)
- Improve dyno gputrace's error message (#178)
hbt (performance events library)
- Introduce core counters into BuiltinMetrics and respin generated events.(#123 , #124 , #126).
- Fix hostname read to correctly truncate on large hostnames (#175)
- Implement SW counter collection (#172)
- Support to identify ARM CPU family ( , #162) and refactor code generation
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Summary
Includes resource limits for systemd process, updates and minor fixes to hearbeat for AMD, ARM (avoid breaking ARM builds).
RPM and Debian packages are attached.
PS: Packages with "_ods" suffix support logging to Meta ODS data store.
Release notes
dynolog
- Add resource limits to avoid dynolog taking too high memory or cpu on a system (#125).
- Adds docker building flow to facilitate deployment without requirement to specific architecture (#135)
hbt (performance events library)
v0.2.2
FBRelayLogger is now able to publish metrics from multiple devices, for instance in the gpu_monitor_loop we log metrics from potentially multiple GPUs.
release-v0.2.1
Add logrotate based logging rotation to manage log file
release-v0.2.0
- Added pause/resume functionality for DCGM module.