stalary commented on a change in pull request #3357: ADD: add operationName 
length threshold
URL: https://github.com/apache/skywalking/pull/3357#discussion_r318432763
 
 

 ##########
 File path: 
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/context/ContextManager.java
 ##########
 @@ -41,6 +41,7 @@
     private static ThreadLocal<AbstractTracerContext> CONTEXT = new 
ThreadLocal<AbstractTracerContext>();
     private static ThreadLocal<RuntimeContext> RUNTIME_CONTEXT = new 
ThreadLocal<RuntimeContext>();
     private static ContextManagerExtendService EXTEND_SERVICE;
+    private static final int NAME_THRESHOLD = 500;
 
 Review comment:
   Sorry, I made a stupid mistake

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

Reply via email to