Skip to content

Commit edb060a

Browse files
authored
Release lading 0.25.0 (#1151)
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>
1 parent 7df73bc commit edb060a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.25.0]
88
## Added
9-
- Parse nearly the complete field list of smaps/smaps_rollup in the Linux observer.
10-
- Metrics storage is now generational, expiring unwritten metrics by configuration parameter `expiration`.
9+
- Parse nearly the complete field list of smaps/smaps_rollup in the Linux observer.
10+
- Metrics storage is now generational, expiring unwritten metrics by configuration parameter `expiration`.
1111
- Requests sent to the 'http' blackhole will now record the `path` of the HTTP
1212
request as a tag of the `bytes_received` and `requests_received` metrics.
1313
## Removed
14-
- Removed the unused target-rss-byte-limit from the command line, internal stub of.
14+
- Removed the unused target-rss-byte-limit from the command line, internal stub of.
1515
## Changed
1616
- logrotate_fs is now behind a feature flag and not enabled in the default
1717
build. It remains enabled in the release artifact.
1818
- The build now includes http1 and http2 support. Actual usage and availability may vary.
19-
- CPU data now sourced from cgroup v2 on Linux, memory data expanded significantly.
19+
- CPU data now sourced from cgroup v2 on Linux, memory data expanded significantly.
2020
- CPU data now also includes kubernetes style 'millicore' calculations.
2121

2222
## [0.24.0]

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lading/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lading"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
authors = [
55
"Brian L. Troutwine <brian.troutwine@datadoghq.com>",
66
"George Hahn <george.hahn@datadoghq.com>",

0 commit comments

Comments
 (0)