Skip to content

Commit 56e9564

Browse files
committed
Lading 0.25.6
This release fixes some smaps parsing logic as well as NaN values being parsed incorrectly from prometheus endpoints. We now set monotonic counts when parsing cgroup v2 data where appropriate. Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
1 parent 880fd22 commit 56e9564

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.6]
88
## Fixed
99
- `smaps` parsing logic correctly collects memory region pathnames that contain whitespace
1010
- Fixes issue when parsing `NaN` values from a prometheus endpoint

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

0 commit comments

Comments
 (0)