From 6821c4ee48d2b3972e99253a47e90f2268d86dae Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Thu, 7 Sep 2023 19:30:53 -0700 Subject: [PATCH] Remove empty deprecations and add breaking changes [8.10] (#11609) * Update 8.10.asciidoc * add breaking changes --------- Co-authored-by: Andrew Wilkins (cherry picked from commit 4067fe2964938907a824caeb75369735e831a26a) --- changelogs/8.10.asciidoc | 3 --- docs/apm-breaking.asciidoc | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/changelogs/8.10.asciidoc b/changelogs/8.10.asciidoc index f23f5fbef6c..b2dfba7036c 100644 --- a/changelogs/8.10.asciidoc +++ b/changelogs/8.10.asciidoc @@ -14,9 +14,6 @@ https://github.com/elastic/apm-server/compare/8.9\...8.10[View commits] - Aggregated metrics now consider global labels to be part of a service's identity, and high cardinality global labels may cause services to be obscured {pull}11386[11386] - Event protobuf encoding for tail-based sampling changed (to a more efficient encoding) for event timestamp and duration {pull}11386[11386] -[float] -==== Deprecations - [float] ==== Bug fixes - Add back handling of `queue.*` config for libbeat outputs, such as logstash and kafka {pull}11534[11534] diff --git a/docs/apm-breaking.asciidoc b/docs/apm-breaking.asciidoc index 5bb62c26e44..79c83efff5a 100644 --- a/docs/apm-breaking.asciidoc +++ b/docs/apm-breaking.asciidoc @@ -7,6 +7,20 @@ This section describes the breaking changes and deprecations introduced in this release and previous minor versions. +// tag::810-bc[] +[float] +[[breaking-changes-8.10]] +=== 8.10 + +The following breaking changes are introduced in APM version 8.10.0: + +- Aggregated metrics now consider global labels to be part of a service's identity, and high cardinality global labels may cause services to be obscured. +For more details, see https://github.com/elastic/apm-server/pull/11386[PR #11386]. + +- Event protobuf encoding for tail-based sampling changed to a more efficient encoding for event timestamp and duration +For more details, see https://github.com/elastic/apm-server/pull/11386[PR #11386]. +// end::810-bc[] + // tag::87-bc[] [float] [[breaking-changes-8.7]]