Skip to content

Releases: DataDog/lading

v0.17.2-rc5

20 Jul 20:08
af2b4ec
Compare
Choose a tag to compare
v0.17.2-rc5 Pre-release
Pre-release

Changed

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

v0.17.2-rc4

20 Jul 17:36
0cf193f
Compare
Choose a tag to compare
v0.17.2-rc4 Pre-release
Pre-release

Changed

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

v0.17.2-rc3

20 Jul 16:16
1f5b7a8
Compare
Choose a tag to compare
v0.17.2-rc3 Pre-release
Pre-release

Changed

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

v0.17.2-rc2

20 Jul 15:08
9ba4f7e
Compare
Choose a tag to compare
v0.17.2-rc2 Pre-release
Pre-release

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

13 Jul 21:58
7e1b4ad
Compare
Choose a tag to compare
v0.17.2-rc1 Pre-release
Pre-release

Changed

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

v0.17.1

06 Jul 22:12
Compare
Choose a tag to compare

Fixed

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

v0.17.0

06 Jul 21:43
ef95f5c
Compare
Choose a tag to compare

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

06 Jul 17:19
914a20d
Compare
Choose a tag to compare
v0.17.0-rc3 Pre-release
Pre-release

Changed

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

v0.17.0-rc2

06 Jul 01:49
ee286f3
Compare
Choose a tag to compare
v0.17.0-rc2 Pre-release
Pre-release

Changed

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

v0.17.0-rc1

06 Jul 00:28
9a28083
Compare
Choose a tag to compare
v0.17.0-rc1 Pre-release
Pre-release

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.