You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,20 @@ To check for security updates, go to [Security announcements for the Elastic sta
22
22
% ### Fixes [elastic-apm-next-fixes]
23
23
% * 1 sentence describing the change. ([#PR number](https://github.com/elastic/apm-server/pull/PR number))
24
24
25
+
## 9.1.0 [elastic-apm-9.1.0-release-notes]
26
+
27
+
### Features and enhancements [elastic-apm-9.1.0-features-enhancements]
28
+
29
+
* Add config for tail-based sampling discard on write ([#13950](https://github.com/elastic/integrations/pull/13950))
30
+
* Add config for tail-based sampling TTL ([#16579](https://github.com/elastic/apm-server/pull/16579))
31
+
32
+
### Fixes [elastic-apm-9.1.0-fixes]
33
+
34
+
* Truncate string slice attributes in OTLP labels ([#434](https://github.com/elastic/apm-data/pull/434))
35
+
* Fix broken UI by explicitly enabling date detection for the `system.process.cpu.start_time` field ([#130466](https://github.com/elastic/elasticsearch/pull/130466))
36
+
* Use representative count for the `event.success_count` metric if available ([#119995](https://github.com/elastic/elasticsearch/pull/119995))
37
+
* 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))
0 commit comments