Skip to content

Commit

Permalink
changelog: add missing entries (#13712)
Browse files Browse the repository at this point in the history
* changelog: add missing entries

* Update changelogs/head.asciidoc

Co-authored-by: Carson Ip <[email protected]>

---------

Co-authored-by: Carson Ip <[email protected]>
  • Loading branch information
kruskall and carsonip authored Jul 17, 2024
1 parent 9e50a32 commit 384efa0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelogs/head.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ https://github.com/elastic/apm-server/compare/8.15\...main[View commits]
[float]
==== Bug fixes

- Track all bulk request response status codes {pull}13574[13574]

[float]
==== Breaking Changes

Expand All @@ -19,3 +21,4 @@ https://github.com/elastic/apm-server/compare/8.15\...main[View commits]
==== Added

- APM Server now automatically retries document-level 429s from Elasticsearch to avoid dropping data. `output.elasticsearch.max_retries` now controls both request-level and document-level retries, and defaults to `3`. {pull}13620[13620]
- APM Server will no longer retry an HTTP request that returned 502s, 503s, 504s. It will only retry 429s. {pull}13523[13523]

0 comments on commit 384efa0

Please sign in to comment.