Issues in loading errors/Exception in the opentelemetry traces in grafana

In our java application we are exporting the traces via tempo to S3 and accessing them via grafana. However we see that there is an error in the logs and when searched in the trace view it shows events like message.type is received and sent however it is not marked as error=true. Noticed that it is happening for multiple events. Could you please let us know the root cause.

Events (2)

message “message”
message.id 1
message.type “RECEIVED”

383.18ms

message “message”
message.id 2
message.type “SENT”

@tracingdocs Could you please help with this.

Hi Team,

Could someone please help here. This is resulting in showing the errors incorrectly and the events just show as Message Sent and Received however the actual error and error=true attribute are not set.