wu-sheng commented on a change in pull request #4220: [WIP] sniffer processing
profile task and report status and snapshot
URL: https://github.com/apache/skywalking/pull/4220#discussion_r366341959
##########
File path:
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/context/TracingContext.java
##########
@@ -462,6 +463,17 @@ public boolean stopSpan(AbstractSpan span) {
finish();
}
+ @Override
+ public void prepareProfiling(String firstSpanOPName) {
+ if (segment.getProfiling()) {
Review comment:
Why need this check?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services