Skip to content

Commit

Permalink
remove breaking changes from future versions
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenmcginnis authored Dec 19, 2023
1 parent bd9c2e4 commit cdac91e
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions changelogs/all-breaking-changes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,61 +7,6 @@
This section describes the breaking changes and deprecations introduced in this release
and previous minor versions.

// tag::811-bc[]
[float]
[[breaking-changes-8.11]]
=== 8.11

The following breaking changes are introduced in APM version 8.11.0:

- The `ecs.version` field has been removed from APM data streams.
This change should not impact most users as this field is not used by the APM UI.
For more details, see https://github.com/elastic/apm-server/pull/11632[PR #11632]
// end::811-bc[]

// 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]]
=== 8.7

The following breaking changes and deprecations are introduced in APM version 8.7.0:

- `transaction.failure_count` has been removed. `transaction.success_count` type has changed to `aggregated_metric_double`.
For more details, see https://github.com/elastic/apm-server/pull/9791[PR #9791].

- `transaction.success_count` has been moved to `event.success_count`.
For more details, see https://github.com/elastic/apm-server/pull/9819[PR #9819].

- Stopped indexing transaction metrics to `metrics-apm.internal`.
For more details, see https://github.com/elastic/apm-server/pull/9846[PR #9846].

- Stopped indexing span destination metrics to `metrics-apm.internal`.
For more details, see https://github.com/elastic/apm-server/pull/9926[PR #9926].

- `apmserver.aggregation.txmetrics.overflowed` metric has been renamed to `apmserver.aggregation.txmetrics.overflowed.total`.
For more details, see https://github.com/elastic/apm-server/pull/10330[PR #10330].

- Elasticsearch source mapping credentials now require access to the `.apm-source-map` index.
For more details, see https://github.com/elastic/apm-server/pull/9722[PR #9722].

- Changed APM Server default host to `127.0.0.1`.
For more details, see https://github.com/elastic/apm-server/pull/9877[PR #9877].
// end::87-bc[]

// tag::86-bc[]
[float]
[[breaking-changes-8.6]]
Expand Down

0 comments on commit cdac91e

Please sign in to comment.