From b26d0b207a4064317f30554f99a872a0cbf2666a Mon Sep 17 00:00:00 2001 From: kruskal <99559985+kruskall@users.noreply.github.com> Date: Wed, 17 Jul 2024 00:40:40 +0200 Subject: [PATCH] changelog: add missing entries --- changelogs/head.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelogs/head.asciidoc b/changelogs/head.asciidoc index 6177cd88a92..fdd329a062f 100644 --- a/changelogs/head.asciidoc +++ b/changelogs/head.asciidoc @@ -6,6 +6,8 @@ https://github.com/elastic/apm-server/compare/8.15\...main[View commits] [float] ==== Bug fixes +- Track all response status codes {pull}13574[13574] + [float] ==== Breaking Changes @@ -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]