From 925ce6f716b7724a80d6dd36bd90c3ca3031458d Mon Sep 17 00:00:00 2001 From: Marc Lopez Rubio Date: Wed, 20 Mar 2024 15:45:54 +0100 Subject: [PATCH] Update changelog to include go-docappender changes (#12823) Signed-off-by: Marc Lopez Rubio (cherry picked from commit c706600c41ad97dcda450bf4a6433b7fbf8321c4) --- changelogs/8.13.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/changelogs/8.13.asciidoc b/changelogs/8.13.asciidoc index 6bb901cbff4..fd5e55d3a18 100644 --- a/changelogs/8.13.asciidoc +++ b/changelogs/8.13.asciidoc @@ -29,3 +29,4 @@ https://github.com/elastic/apm-server/compare/8.12\...8.13[View commits] - Use `messaging.system` and `messaging.operation` to detect OTel messaging span for transactions {pull}12506[12506] - Add support for OTel data stream routing by parsing `data_stream.dataset` and `data_stream.namespace` from: (from lowest to highest precedence) resource attributes, instrumentation scope attributes, and signal-level attributes. This is a breaking change only for users relying on the existing `data_stream` attributes being stored as labels. {pull}12578[12578] - Map OTel transaction `elastic.profiler_stack_trace_ids` attribute {pull}12493[12493] +- Reduce go-docappender error logging verbosity. Groups all errors by groups and reports a new "document" field {pull}12604[12604]