Skip to content

Commit

Permalink
Add otel code.stacktrace field (#12096)
Browse files Browse the repository at this point in the history
* add span.code.stacktrace field

* update changelog

* update changelog

* use 'code.stacktrace'
  • Loading branch information
SylvainJuge authored Jan 15, 2024
1 parent 52849ff commit a53b430
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apmpackage/apm/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
- description: Remove unsupported 7.x data stream migration pipeline
type: enhancement
link: https://github.com/elastic/apm-server/pull/12102
- description: Add span.code.stacktrace
type: enhancement
link: https://github.com/elastic/apm-server/pull/12096
- version: 8.11.0
changes:
- description: Add geoip processing to add client.geo.* fields for app_logs
Expand Down
4 changes: 4 additions & 0 deletions apmpackage/apm/data_stream/traces/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,10 @@
description: |
The approximate number of spans represented, based on the inverse sampling rate.
This will only be set when the sampling rate is known.
- name: code.stacktrace
type: text
description: |
OTel stack trace
- name: timestamp.us
type: long
description: |
Expand Down
1 change: 1 addition & 0 deletions changelogs/head.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ https://github.com/elastic/apm-server/compare/8.12\...main[View commits]
[float]
==== Added
- map OTel's `span.Status: Unset` to `event.outcome: success` instead of `event.outcome: unknown`
- Add support for Otel code.stacktrace {pull}12096[12096]

0 comments on commit a53b430

Please sign in to comment.