Skip to content

v0.17.2

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 22:30
· 441 commits to main since this release
a11596a

Removed

  • Observer no longer emits tick data for kernel and user-space time.

Changed

  • We now avoid scaling utilization and clamp it directly to the appropriate
    range.
  • We now elide sampling threads that are not also processes in the observer.
  • Observer now distinguishes between parent and children processes.
  • Config can now be specified using an env var LADING_CONFIG. If set, the env var takes precedence over the on-disk config file.
  • We now expose two crates from this project, one for capture payloads and the
    other the main lading project.