Skip to content

Releases: DataDog/lading

v0.23.2

17 Sep 19:05
767beae
Compare
Choose a tag to compare

Changed

  • Now built using rust 1.81.0.

Fixed

  • Warmup period is now respected when container targeting is in use.
  • Capture manager waits for the target to start running before recording data.

v0.23.2-rc2

17 Sep 13:55
25f4ed3
Compare
Choose a tag to compare
v0.23.2-rc2 Pre-release
Pre-release

Changed

  • Now built using rust 1.81.0.

Fixed

  • Warmup period is now respected when container targeting is in use.
  • Capture manager waits for the target to start running before recording data.

v0.23.2-rc1

11 Sep 06:04
3ff165a
Compare
Choose a tag to compare
v0.23.2-rc1 Pre-release
Pre-release

Changed

  • Now built using rust 1.81.0.

Fixed

  • Warmup period is now respected when container targeting is in use.

v0.23.1

03 Sep 19:47
47c9935
Compare
Choose a tag to compare

Fixed

  • Fixes a panic in the signal mechanism that appeared when using the file
    generator most prominately.

v0.23.0

29 Aug 16:41
16c77ee
Compare
Choose a tag to compare

Added

  • Added ability to create tags for both expvar and prometheus target metrics specific to a single target_metrics configuration (example below shows prometheus metrics collected from the core agent and two additional tags created)
    target_metrics:      
      - prometheus: #core agent telemetry
          uri: "http://127.0.0.1:5000/telemetry"
          tags:
            sub_agent: "core"
            any_label: "any-string-value"

v0.23.0-rc0

19 Aug 19:31
3cd19e4
Compare
Choose a tag to compare
v0.23.0-rc0 Pre-release
Pre-release

Added

  • Added ability to create tags for both expvar and prometheus target metrics specific to a single target_metrics configuration (example below shows prometheus metrics collected from the core agent and two additional tags created)
    target_metrics:      
      - prometheus: #core agent telemetry
          uri: "http://127.0.0.1:5000/telemetry"
          tags:
            sub-agent: "core-agent"
            any-label: "any-string-value"

v0.22.0

19 Aug 16:05
aef2248
Compare
Choose a tag to compare

Fixed

  • Fixes bugs in smaps parsing code that can result in under-counting RSS in
    the smaps view of the data.
  • Target observer was not exposed through CLI.

Changed

  • Now built using rust 1.79.0

Added

  • Target observer now allows a docker target, identified by name.
  • Lading experiment duration may be set to (effectively) infinite via --experiment-duration-infinite.
  • Allow lading to export prometheus over UDS socket.

v0.22.0-rc3

17 Jul 20:44
41b5484
Compare
Choose a tag to compare
v0.22.0-rc3 Pre-release
Pre-release

Added

  • Retrieve memory, CPU information from cgroup controller for every pid observed on Linux.

v0.22.0-rc2

16 Jul 01:52
46589ed
Compare
Choose a tag to compare
v0.22.0-rc2 Pre-release
Pre-release

Added

  • Incorporate perf-event telemetry on Linux for CPU data.

v0.22.0-rc1

12 Jul 23:18
1908acf
Compare
Choose a tag to compare
v0.22.0-rc1 Pre-release
Pre-release

Fixed

  • Target observer was not exposed through CLI.