Skip to content

Releases: DataDog/lading

v0.20.10

15 Mar 16:31
f46f19f
Compare
Choose a tag to compare

Added

  • Optional new feature for DogStatsD generation -- metric name prefixing.
  • Musl builds are now available for aarch64 and x86-64

Changed

Fixed

v0.20.9

08 Mar 14:40
f5dfed7
Compare
Choose a tag to compare

Added

  • Enforces changelog entries via CI check
  • payloadtool binary useful for developers writing new experiments.
  • Respects the env var RUST_LOG to control logging.

Fixed

  • During payload generation, blocks will reliably be filled to the requested amount.
  • During payload generation, block chunks now give more feedback when the
    requested amount cannot be hit.
  • Does not crash on empty line in prometheus exports

Changed

  • Increases the amount of blocks available during payload generation.
  • DogStatsD tag generation updated to better reflect real DSD traffic.
  • Users should avoid setting custom block_sizes and rely on the default
    blocks. payloadtool is available to help evaluate block size options.

v0.20.9-rc0

21 Feb 15:29
01a7c42
Compare
Choose a tag to compare
v0.20.9-rc0 Pre-release
Pre-release

Fixed

  • Do not crash on prometheus export that includes blank lines.

v0.20.8

08 Feb 00:08
d6ad077
Compare
Choose a tag to compare

Added

  • Parse working set memory from cgroups on Linux, opens the door to future
    cgroups inspection.

v0.20.8-rc1

07 Feb 16:31
6f20dc2
Compare
Choose a tag to compare
v0.20.8-rc1 Pre-release
Pre-release

Added

  • Parse working set memory from cgroups on Linux, opens the door to future
    cgroups inspection.

v0.20.7

06 Feb 22:33
Compare
Choose a tag to compare

Fixed

  • Fix panic in memory map reading code

v0.20.6

02 Feb 20:28
713673b
Compare
Choose a tag to compare

Added

  • Adds /proc/<pid>/smap parsing to add very detailed memory usage.

Fixed

  • Fixed a bug in CLI key/value parsing where values might be incorrectly parsed
    as key/value pairs if they held lading's delimiter character.

v0.20.6-rc3

31 Jan 20:36
69c7f25
Compare
Choose a tag to compare
v0.20.6-rc3 Pre-release
Pre-release

Fixed

  • Final RC for smaps parsing logic, no significant changes from rc2.

v0.20.6-rc2

30 Jan 22:02
2017bf0
Compare
Choose a tag to compare
v0.20.6-rc2 Pre-release
Pre-release

Fixed

  • Fixes some bugs in the initial smaps parsing logic, renames metrics to
    smaps.*

v0.20.6-rc0

26 Dec 23:03
0a5ddd9
Compare
Choose a tag to compare
v0.20.6-rc0 Pre-release
Pre-release

Fixed

  • Fixed a bug in CLI key/value parsing where values might be incorrectly parsed
    as key/value pairs if they held lading's delimiter character.