wu-sheng commented on a change in pull request #6272:
URL: https://github.com/apache/skywalking/pull/6272#discussion_r565945447
##########
File path:
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/context/ContextManagerExtendService.java
##########
@@ -84,4 +92,10 @@ public AbstractTracerContext createTraceContext(String
operationName, boolean fo
public void statusChanged(final GRPCChannelStatus status) {
this.status = status;
}
+
+ void handleIgnoreSuffixPatternsChanged() {
+ if
(StringUtil.isNotBlank(ignoreSuffixPatternsWatcher.getIgnoreSuffixPatterns())) {
+ ignoreSuffixArray =
ignoreSuffixPatternsWatcher.getIgnoreSuffixPatterns().split(",");
Review comment:
@zifeihan OK, then you need to fix your previous merged PR ASAP, we are
closing the release.
----------------------------------------------------------------
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]