-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aggregation/spanmetrics: handle composite spans (#5896)
Update spanmetrics to take into account composite spans, multiplying the span count by the composite count and using the reported composite span duration instead of the "gross" duration. (cherry picked from commit b1bf67d) # Conflicts: # changelogs/head.asciidoc
- Loading branch information
Showing
3 changed files
with
76 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[[release-notes-head]] | ||
== APM Server version HEAD | ||
|
||
https://github.com/elastic/apm-server/compare/7.13\...master[View commits] | ||
|
||
[float] | ||
==== Breaking Changes | ||
- `network.connection_type` is now `network.connection.type` {pull}5671[5671] | ||
- `transaction.page` and `error.page` no longer recorded {pull}5872[5872] | ||
|
||
[float] | ||
==== Bug fixes | ||
- Fix apm_error_grouping_name and apm_convert_destination_address {pull}5876[5876] | ||
- corrected OTel attribute names for `net.host.connection.*` {pull}5671[5671] | ||
|
||
[float] | ||
==== Intake API Changes | ||
- `network.connection.type` was added to stream metadata {pull}5671[5671] | ||
|
||
[float] | ||
==== Added | ||
- `service_destination` span metrics now take into account composite spans {pull}5896[5896] | ||
|
||
[float] | ||
==== Deprecated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters