Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.10] Remove empty deprecations and add breaking changes [8.10] (backport #11609) #11612

Merged
merged 1 commit into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions changelogs/8.10.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
14 changes: 14 additions & 0 deletions docs/apm-breaking.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down