-
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.
Fix race condition in custom libbeat instrumentation (#8900)
(cherry picked from commit 7494a95) # Conflicts: # changelogs/head.asciidoc
- Loading branch information
1 parent
4b7eaac
commit f71b3e5
Showing
2 changed files
with
54 additions
and
12 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,27 @@ | ||
[[release-notes-head]] | ||
== APM version HEAD | ||
|
||
https://github.com/elastic/apm-server/compare/8.5\...main[View commits] | ||
|
||
[float] | ||
==== Breaking Changes | ||
- `event.action` is no longer recorded for OTLP logs, due to breaking OTLP changes {pull}8765[8765] | ||
|
||
[float] | ||
==== Deprecations | ||
|
||
[float] | ||
==== Bug fixes | ||
- Set `message` instead of `labels.event` for Jaeger span events {pull}8765[8765] | ||
- Fix event loss during reload of TBS processor {pull}8809[8809] | ||
- Fix sporadically missing custom libbeat metrics {pull}8900[8900] | ||
|
||
[float] | ||
==== Intake API Changes | ||
|
||
[float] | ||
==== Added | ||
- Set a default User-Agent field value when making HTTP requests {pull}8758[8758] | ||
- OTLP support updated to opentelemetry-collector v0.56.0 {pull}8765[8765] | ||
- Map additional fields from mobile agents {pull}8784[8784] | ||
- Include global labels to the transaction metric dimensions {pull}8839[8839] |
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