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
10 changes: 8 additions & 2 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ _No new features or enhancements_

### Fixes [9-1-0-fixes]

_No new fixes_
_No new fixes_

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

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

* Tail-based sampling: Fix missing or infrequent monitoring metric `lsm_size` and `value_log_size` ([#17512](https://github.com/elastic/apm-server/pull/17512))
* Fix default tracer `http request sent to https endpoint` error when both self-instrumentation and TLS are enabled ([#17293](https://github.com/elastic/apm-server/pull/17293))

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

Expand All @@ -43,7 +50,6 @@ _No new fixes_
* Tail-based sampling: Fix ever-increasing dynamic group count monitoring metric ([#17042](https://github.com/elastic/apm-server/pull/17042))
* Tail-based sampling: Fix incorrectly large pebble database `lsm_size` monitoring metric in edge cases which causes TBS to be bypassed ([#17149](https://github.com/elastic/apm-server/pull/17149))
* Tail-based sampling: Log pubsub errors at error or warn level ([#17135](https://github.com/elastic/apm-server/pull/17135))
* Tail-based sampling: Fix infrequent storage monitoring metric ([#17154](https://github.com/elastic/apm-server/pull/17154))

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

Expand Down
Loading