-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
translate otel messaging.* to ecs (#5334)
Co-authored-by: Andrew Wilkins <axwalk@gmail.com> (cherry picked from commit 16618f2) # Conflicts: # changelogs/head.asciidoc # processor/otel/consumer.go # processor/otel/consumer_test.go
- Loading branch information
1 parent
e369a0e
commit ff493fb
Showing
3 changed files
with
49 additions
and
0 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,31 @@ | ||
[[release-notes-head]] | ||
== APM Server version HEAD | ||
|
||
https://github.com/elastic/apm-server/compare/7.13\...master[View commits] | ||
|
||
[float] | ||
==== Breaking Changes | ||
|
||
[float] | ||
==== Bug fixes | ||
* Don't auto-disable ILM due to a failure to communicate with Elasticsearch {pull}5264[5264] | ||
* Fix panic due to misaligned 64-bit access on 32-bit architectures {pull}5277[5277] | ||
* Fixed tail-based sampling pubsub to use _seq_no correctly {pull}5126[5126] | ||
* Fix document grouping of translated OpenTelemetry Java metrics {pull}5309[5309] | ||
* OpenTelemetry: record array attributes as labels {pull}5286[5286] | ||
* model/modeldecoder: fix 32-bit timestamp decoding {pull}5308[5308] | ||
|
||
[float] | ||
==== Intake API Changes | ||
|
||
[float] | ||
==== Added | ||
* Support setting agent configuration from apm-server.yml {pull}5177[5177] | ||
* Add metric_type and unit to field metadata of system metrics {pull}5230[5230] | ||
* Upgrade Go to 1.15.12 {pull}[] | ||
* Translate otel messaging.* semantic conventions to ECS {pull}5334[5334] | ||
* Add support for dynamic histogram metrics {pull}5239[5239] | ||
* Tail-sampling processor now resumes subscription from previous position after restart {pull}5350[5350] | ||
|
||
[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