You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/09/27 05:08:52 UTC

[GitHub] [skywalking] whfjam commented on issue #4734: The same request url traceId sometimes shows "Ignored Trace"

whfjam commented on issue #4734:
URL: https://github.com/apache/skywalking/issues/4734#issuecomment-699586369


   in my case when the agent can not connect to oapServer it will creat the Ignored_Trace the code is in ContextManagerExtendService.createTraceContext " if (!Config.Agent.KEEP_TRACING && GRPCChannelStatus.DISCONNECT.equals(status)) {
               return new IgnoredTracerContext();
           }"


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org