Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## Changed
## [0.33.0]
Comment thread
GeorgeHahn marked this conversation as resolved.
### Changed
- **Breaking Change**: Datadog blackhole now records received series under the
`target/` prefix, matching the prometheus and expvar target metrics
collectors. The `record` policy still matches on the unprefixed series name.
- **Breaking Change**: Datadog blackhole does not record any target metrics by
default.

## Added
### Added
- Datadog blackhole now accepts a `record` policy (`all` / `disabled` /
`series_to_keep: [...]`) controlling which received series are recorded as
capture metrics.
Expand All @@ -34,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `dogstatsd` generator now supports DogStatsD protocol v1.3 `|T` timestamps
for count and gauge metrics via `timestamp.range` and `timestamp.probability`.

## Fixed
### Fixed
- `dogstatsd` tag generation would silently fail with a misleading
`StringGenerate` error for any `tag_length` whose range collapses after
reserving one byte for the `:` separator -- every constant or single-value
Expand All @@ -44,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
returns a `Validation` error naming the offending range instead of the opaque
`StringGenerate`.

## Removed
### Removed
- Removed no longer used `smaps.private_hugetlb.by_pathname` procfs observer
metric.
- Removed no longer used `smaps.swap_pss.by_pathname` procfs observer metric.
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.32.0"
version = "0.33.0"
authors = [
"Brian L. Troutwine <brian.troutwine@datadoghq.com>",
"George Hahn <george.hahn@datadoghq.com>",
Expand Down
Loading