[Bug] skywalking agent supports logback tid, but after the log is uploaded on grpc, the UI does not display the traceId. #12691
-
Search before asking
Apache SkyWalking ComponentOAP server (apache/skywalking) What happenedfor example ,it no link to traceId but apisix log has a traceId and can be linked to it's trace ,eg: What you expected to happenskywalking agent supports logback tid, but after the log is uploaded on grpc, the UI does not display the traceId. How to reproduceadd logback grpc-log ,agent and start 1.agent is 9.2 .
-javaagent:D:\agent\skywalking-agent-9.2.0\skywalking-agent.jar 3.other is default . Anything elseAnother question :The parameter:logging.resolver do not affect GRPCLogClientAppender , the code is set to TEXT https://skywalking.apache.org/docs/skywalking-java/next/en/setup/service-agent/java-agent/configurations/
Are you willing to submit a pull request to fix on your own?
Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Because you are using async append, that doesn't work. grpc log reporter has internal async mechanism, you don't need to worry that. |
Beta Was this translation helpful? Give feedback.
Because you are using async append, that doesn't work. grpc log reporter has internal async mechanism, you don't need to worry that.