Releases: DataDog/lading
Releases · DataDog/lading
v0.25.2-rc0
add changelog entry Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
v0.25.1
Release lading 0.25.1 (#1156) This release reverts PR #1148. Unfortunately duplicate tags on the metrics `bytes_received` causes errors in an analysis tool that is on a more strict release schedule than lading itself. We will have to re-introduce this change at a later date. Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
v0.25.0
Release lading 0.25.0 This release pulls significantly more data from cgroups v2 and also procfs smaps, makes generational storage available in the capture recorder and attempts to make builds on OS X easier if FUSE dependencies are not present. Please see changelog for further details. Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
v0.24.0
Release lading 0.24.0 This release modifies the logrotate FS configuration to include a load profile, allowing the user to specify either constant load for a linearly increasing load. This is a breaking configuration change. Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
v0.23.5
Fixed
- Target pid watcher will not report 0 for containers.
Removed
- Container is now the only supported release artifact, removing crates.io
publish and binaries.
v0.23.4
Added
- Introduced logrotate_fs, a sub-generator of
file_gen
that exposes a FUSE
filesystem to mimic log rotation. Accurately records bytes lost by readers via
rotation.
Fixed
- The target metrics prometheus parser now handles labels that have spaces in
them rather than incorrectly identifying the metric value. - Prometheus target metrics scraper will no longer panic if a metric has an
invalid value (instead it will be logged) - HTTP traffic sent by the HTTP generator and Splunk generator now always includes
a Host header to comply with HTTP 1.1 requirements
v0.23.3
Changed
- Linux observer is more resilient to scenarios where lading lacks ptrace permission.
Removed
- lading_capture no longer exports a protobuf version of the capture.
Added
- HTTP blackhole now has a
response_delay_millis
setting, allowing for
simulation of latent network connections. The default value is 0.
Fixed
- Logrotate file generator will no longer panic when rotating files beyond one depth.
v0.23.2
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
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
Changed
- Now built using rust 1.81.0.
Fixed
- Warmup period is now respected when container targeting is in use.