Skip to content

Releases: facebookincubator/dynolog

v0.3.2

15 Feb 21:25
Compare
Choose a tag to compare

Summary

This incremental release adds all of the networking metrics to Prometheus.

Details

  1. Adding network metrics to prometheus logging #224
  2. BPerf related updates to hbt library (#196 , #197 , #198)
  3. Compiler warning fixes in hbt library code

Full Changelog: v0.3.1...v0.3.2

v0.3.1

19 Oct 17:11
Compare
Choose a tag to compare

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

22 Jun 07:35
Compare
Choose a tag to compare

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

v0.2.3...v0.3.0

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)

  • Fix and add AMD L3 counters for Zen4 and Milan.(#123 , #124 , #126).
  • Fixes for ARM builds (#127 , #130 , #131).
  • Add thread level performance count reader (#128) and reducer capability (#133).

v0.2.2

23 Mar 00:51
Compare
Choose a tag to compare

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

14 Feb 19:24
Compare
Choose a tag to compare

Add logrotate based logging rotation to manage log file

release-v0.2.0

31 Jan 20:01
Compare
Choose a tag to compare
  • Added pause/resume functionality for DCGM module.