Skip to content

Releases: DataDog/lading

v0.17.2-rc5

v0.17.2-rc5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jul 20:08
af2b4ec

Changed

  • We now clamp CPU utilization to number of cores, not scaled to.

v0.17.2-rc4

v0.17.2-rc4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jul 17:36
0cf193f

Changed

  • We now elide sampling threads that are not also processes in the observer.

v0.17.2-rc3

v0.17.2-rc3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jul 16:16
1f5b7a8

Changed

  • Correct rss to be reported in terms of bytes, not pages, as before.

v0.17.2-rc2

v0.17.2-rc2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jul 15:08
9ba4f7e

Removed

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

Changed

  • 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.

v0.17.2-rc1

v0.17.2-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Jul 21:58
7e1b4ad

Changed

  • We now expose two crates from this project, one for capture payloads and the
    other the main lading project.

v0.17.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 22:12

Fixed

  • Removed a leftover debug print in the Json payload implementation.

v0.17.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 21:43
ef95f5c

Changed

  • Adjusted the default throttle to stable from predictive
  • On Linux calculate CPU utilization in terms of logical, not physical, cores when possible.
  • CPU percentage calculated in the same manner as Agent's
  • Throttle metrics are now labeled with the respective generator's labels.
  • Observer now calculates CPU utilization with respect to target cgroup hard, soft limits.

v0.17.0-rc3

v0.17.0-rc3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Jul 17:19
914a20d

Changed

  • On Linux calculate CPU utilization in terms of logical, not physical, cores when possible.

v0.17.0-rc2

v0.17.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Jul 01:49
ee286f3

Changed

  • CPU percentage calculated in the same manner as Agent's

v0.17.0-rc1

v0.17.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Jul 00:28
9a28083

Changed

  • Throttle metrics are now labeled with the respective generator's labels.
  • Observer now calculates CPU utilization with respect to target cgroup hard, soft limits.