Sic9527 commented on issue #10263:
URL: https://github.com/apache/skywalking/issues/10263#issuecomment-1378183677

   > This kind of error report can't ve followed by. This is a JSON 
deserialization issue, unless we know what is the data and how it is reported, 
I don't know what we can do.
   
   On the java agent 
org.apache.skywalking.apm.agent.core.remote.EventReportServiceClient Conduct 
data acquisition
   org.apache.skywalking.oap.server.core.source.Event 
     public void setParameters(String parameters) {
           this.parameters = parameters == null || parameters.length() <= 
PARAMETER_MAX_LENGTH ?
               parameters : parameters.substring(0, PARAMETER_MAX_LENGTH);
       }
   
   String interception is performed here,json serialization exception


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to