Skip to content
Merged
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
14 changes: 14 additions & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@ To check for security updates, go to [Security announcements for the Elastic sta
% ### Fixes [elastic-apm-next-fixes]
% * 1 sentence describing the change. ([#PR number](https://github.com/elastic/apm-server/pull/PR number))

## 9.1.0 [elastic-apm-9.1.0-release-notes]

### Features and enhancements [elastic-apm-9.1.0-features-enhancements]

* Add config for tail-based sampling discard on write ([#13950](https://github.com/elastic/integrations/pull/13950))
* Add config for tail-based sampling TTL ([#16579](https://github.com/elastic/apm-server/pull/16579))

### Fixes [elastic-apm-9.1.0-fixes]

* Truncate string slice attributes in OTLP labels ([#434](https://github.com/elastic/apm-data/pull/434))
* Fix broken UI by explicitly enabling date detection for the `system.process.cpu.start_time` field ([#130466](https://github.com/elastic/elasticsearch/pull/130466))
* Use representative count for the `event.success_count` metric if available ([#119995](https://github.com/elastic/elasticsearch/pull/119995))
* Fix setting `event.dataset` to `data_stream.dataset` if `event.dataset` is empty, to have `event.dataset` in every `logs-*` data stream ([#129074](https://github.com/elastic/elasticsearch/pull/129074))

## 9.0.4 [elastic-apm-9.0.4-release-notes]

### Fixes [elastic-apm-9.0.4-fixes]
Expand Down
Loading