Open jpresley23-tw opened 1 year ago
Hello,
This error occurs when a segment/subsegment with an invalid name is sent to the XRay backend from the daemon. The XRay backend will send a message back to the daemon that the name is invalid and log an error.
Please check to see that you are only using valid characters for the name of the segments/subsegments and that the length of the name is at most 200 characters.
You can read more here. https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html#api-segmentdocuments-fields
Best, Adam
Thank you for the explanation. Would this error cause a lag in the reported duration for the transaction? Also will this error cause AWS X-Ray to not receive the segment? We notice that we still get trace even though we received this error.
I am getting the following error in the aws xray daemon. I couldn't find an answer in Google. We are using a spring boot application with reactive. We are using 'io.zipkin.aws:zipkin-reporter-xray-udp:0.23.4' library.