| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| .stream() | ||
| .map(data -> data.getCommand().getName()) | ||
| .collect(Collectors.joining(";")); | ||
| .stream() | ||
| .map(data -> data.getCommand().getName()) | ||
| .collect(Collectors.joining(";")); |
There was a problem hiding this comment.
These seem unnecessary.
Sorry, something went wrong.
| AbstractSpan span = ContextManager.activeSpan(); | ||
| span.log(t); | ||
| public void handleMethodException(EnhancedInstance objInst, Method method, Object[] allArguments, Class<?>[] argumentsTypes, Throwable t, MethodInvocationContext context) { | ||
| if (ContextManager.isActive()) { |
There was a problem hiding this comment.
You should use flag here as well.
Sorry, something went wrong.
There was a problem hiding this comment.
ok, i fixed these two problems right now
Sorry, something went wrong.
…rg/apache/skywalking/apm/plugin/redisson/v3/RedisConnectionMethodInterceptor.java
| Back | FazBrowse Home | New Git URL |
Change RedisConnectionInstrumentation and RedisConnectionMethodInterceptor to v2 interface, to solve the problem in this issue #693 .