IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
APM breaking changes
editAPM breaking changes
editThis list summarizes the most important breaking changes in APM. For the complete list, go to APM breaking changes.
8.7
editThe 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 toaggregated_metric_double
. For more details, see PR #9791. -
transaction.success_count
has been moved toevent.success_count
. For more details, see PR #9819. -
Stopped indexing transaction metrics to
metrics-apm.internal
. For more details, see PR #9846. -
Stopped indexing span destination metrics to
metrics-apm.internal
. For more details, see PR #9926. -
apmserver.aggregation.txmetrics.overflowed
metric has been renamed toapmserver.aggregation.txmetrics.overflowed.total
. For more details, see PR #10330. -
Elasticsearch source mapping credentials now require access to the
.apm-source-map
index. For more details, see PR #9722. -
Changed APM Server default host to
127.0.0.1
. For more details, see PR #9877.