From 9f6047dfcb2b6429e4707625f775fd3a8355af82 Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Wed, 7 Aug 2024 10:45:29 +0100 Subject: [PATCH] changelog: apm-aggregation labels bug (#13839) --- changelogs/8.15.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/changelogs/8.15.asciidoc b/changelogs/8.15.asciidoc index 39ba4ceecec..f223a00fd03 100644 --- a/changelogs/8.15.asciidoc +++ b/changelogs/8.15.asciidoc @@ -15,6 +15,7 @@ https://github.com/elastic/apm-server/compare/v8.14.3\...v8.15.0[View commits] - APM Server now relies on the Elasticsearch apm-data plugin's index templates, which reverts some unsafe uses of `flattened` field types {pull}12066[12066] - Add `error.id` to jaeger errors {pull}13196[13196] - Process `host.ip` resource attribute for OTel {pull}13614[13614] +- Fix a bug where indexed OpenTelemetry events and their aggregated metrics may contain incorrect label values from other events when the affected OpenTelemetry event has resource attribute values that are slices. This bug may also cause a panic with a message like "panic: runtime error: slice bounds out of range [-4:]" from apm-aggregation library. {pull}13822[13822] [float] ==== Breaking Changes