Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"name": "elastic-node",
"version": "3.14.0"
},
"child": {
"id": [
"51234abcdef56789"
]
},
"container": {
"id": "container-id"
},
Expand Down
3 changes: 2 additions & 1 deletion changelogs/head.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[release-notes-head]]
== APM Server version HEAD

https://github.com/elastic/apm-server/compare/7.6\...master[View commits]
https://github.com/elastic/apm-server/compare/7.7\...master[View commits]

[float]
==== Breaking Changes
Expand All @@ -12,6 +12,7 @@ https://github.com/elastic/apm-server/compare/7.6\...master[View commits]

[float]
==== Intake API Changes
* Add span child_ids intake {pull}3679[3679]

[float]
==== Added
Expand Down
Loading