Skip to content

Commit ffaf280

Browse files
committed
Release lading 0.25.4
This release adds cgroup v2 PSI metrics and the splunk-hec generator now only requires ackId if acknowledgements are enabled. Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
1 parent 8dad4b4 commit ffaf280

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ 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.4]
88
## Changed
99
- The `splunk_hec` generator now only requires responses to have an `ackId` when
1010
`acknowledgements` are enabled.
11-
- cgroup.v2 PSI metrics are now parsed.
11+
- cgroup.v2 PSI metrics are now parsed. These metrics may change in future
12+
versions of lading as we get more experience with them.
1213

1314
## [0.25.3]
1415
## Changed

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.25.3"
3+
version = "0.25.4"
44
authors = [
55
"Brian L. Troutwine <brian.troutwine@datadoghq.com>",
66
"George Hahn <george.hahn@datadoghq.com>",

0 commit comments

Comments
 (0)