-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
data_streams.wait_for_integration
(#5928)
(cherry picked from commit 114d7d6) # Conflicts: # beater/beater.go # changelogs/head.asciidoc
- Loading branch information
Showing
6 changed files
with
217 additions
and
6 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[[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] | ||
- Fix response to agent config when running under Fleet with no agent config defined {pull}5917[5917] | ||
|
||
[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] | ||
- add zero-downtime config reloads via `SO_REUSEPORT` {pull}5911[5911] | ||
- experimental support for writing data streams in standalone mode {pull}5928[5928] | ||
|
||
[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