From db7e0a7355d0009c03728eb443081e4366b870bd Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Wed, 5 Feb 2025 03:47:58 +0000 Subject: [PATCH] docs: Add back changelog for missing metrics (#15544) Add back changelog for #13475 (cherry picked from commit a3174c442a2c128ef49aea82a498714e522daefb) --- changelogs/8.15.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/changelogs/8.15.asciidoc b/changelogs/8.15.asciidoc index e805f6f7d32..029e3b57d79 100644 --- a/changelogs/8.15.asciidoc +++ b/changelogs/8.15.asciidoc @@ -90,6 +90,7 @@ https://github.com/elastic/apm-server/compare/v8.14.3\...v8.15.0[View commits] - 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] +- Fix unmapped or dropped APM Server monitoring metrics in APM Server self-monitoring, Stack monitoring, Metricbeat, and Elastic Agent integration {issue}13475[13475] [float] ==== Breaking Changes