OTLP status.message is dropped by APM Server
Open
- Dominant language
- Go
- Stars
- 12
- Forks
- 31
- Avg merge
- 8h 55m
- Merged PRs (30d)
- 2
Description
traces.go calls status.Code() to derive event.outcome and transaction.result, but never calls status.Message().
Per the OTel spec, Description is a defined property of Status (setStatus(ERROR, description)).
Users setting an error description via the OTel API expect it to be mapped.
https://opentelemetry.io/docs/specs/otel/trace/api/#set-status
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.