You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: