Skip to content
Merged
Changes from 3 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
13 changes: 13 additions & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ 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]

* Fix broken UI by explicitly enabling date detection for the `system.process.cpu.start_time` field ([#130466](https://github.com/elastic/elasticsearch/pull/130466))
* Fix using representative count as `event.success_count` 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