Skip to content

Commit

Permalink
Release lading 0.20.6
Browse files Browse the repository at this point in the history
This commit releases lading 0.20.6. The most notable change is the inclusion of
procfs `smaps` data for monitored processes.

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
  • Loading branch information
blt committed Feb 2, 2024
1 parent 2934cd4 commit 713673b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
14 changes: 2 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.20.6-rc3]
### Fixed
- Final RC for smaps parsing logic, no significant changes from rc2.

## [0.20.6-rc2]
### Fixed
- Fixes some bugs in the initial smaps parsing logic, renames metrics to
`smaps.*`

## [0.20.6-rc1]
## [0.20.6]
### Added
- Adds experimental /proc/<pid>/smap parsing to add very detailed memory usage
- Adds `/proc/<pid>/smap` parsing to add very detailed memory usage.

## [0.20.6-rc0]
### Fixed
- Fixed a bug in CLI key/value parsing where values might be incorrectly parsed
as key/value pairs if they held lading's delimiter character.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lading/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lading"
version = "0.20.6-rc3"
version = "0.20.6"
authors = ["Brian L. Troutwine <brian.troutwine@datadoghq.com>", "George Hahn <george.hahn@datadoghq.com"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 713673b

Please sign in to comment.