OpenTelemetry span.status is currently ignored when ingested in Elastic.
See OpenTelemetry Span Status specification: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#set-status
Acceptance criteria: verify the following cases are properly rendered
span.status.StatusCode = Ok
span.status.StatusCode = Unset
span.status.StatusCode = Error
span.status.StatusCode = Error combined with span.status.Description=this is an error
OpenTelemetry
span.statusis currently ignored when ingested in Elastic.See OpenTelemetry Span Status specification: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#set-status
Acceptance criteria: verify the following cases are properly rendered
span.status.StatusCode = Okspan.status.StatusCode = Unsetspan.status.StatusCode = Errorspan.status.StatusCode = Errorcombined withspan.status.Description=this is an error