From a399a8462ae9707b36b0409bc04013ba81260121 Mon Sep 17 00:00:00 2001 From: Francesco Gualazzi Date: Fri, 18 Oct 2024 10:31:30 +0200 Subject: [PATCH] amend syntax Co-authored-by: Carson Ip Signed-off-by: inge4pres --- changelogs/8.15.asciidoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/changelogs/8.15.asciidoc b/changelogs/8.15.asciidoc index 6264ce88eb5..cb8d40794b5 100644 --- a/changelogs/8.15.asciidoc +++ b/changelogs/8.15.asciidoc @@ -15,7 +15,12 @@ https://github.com/elastic/apm-server/compare/v8.15.2\...v8.15.3[View commits] [float] ==== Bug fixes -- Fix a panic in OTLP intake protocol, occurring when invalid format of data was included in arrays {pull}13703[13703] +- Fix a panic in OTLP label setting when receiving on non-compliant attribute array values {pull}13950[13950] + +[float] +==== Added + +- Map OpenTelemetry instrumentation scope to `Service.Framework.*` for all signal types. {pull}13903[13903] [float] [[apm-release-notes-8.15.2]]