mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-13 14:55:58 +10:00
+1
-1
@@ -14,7 +14,7 @@ import com.navercorp.pinpoint.common.trace.ServiceType;
|
||||
public abstract class SpanAsyncEventSimpleAroundInterceptor implements AroundInterceptor {
|
||||
protected final PLogger logger = PLoggerFactory.getLogger(getClass());
|
||||
protected final boolean isDebug = logger.isDebugEnabled();
|
||||
protected final String SCOPE_NAME = "##ASYNC_TRACE_SCOPE";
|
||||
protected static final String SCOPE_NAME = "##ASYNC_TRACE_SCOPE";
|
||||
|
||||
protected final MethodDescriptor methodDescriptor;
|
||||
protected final TraceContext traceContext;
|
||||
|
||||
-1
@@ -38,7 +38,6 @@ public class DispatcherEnqueueMethodInterceptor implements AroundInterceptor {
|
||||
|
||||
private TraceContext traceContext;
|
||||
private MethodDescriptor methodDescriptor;
|
||||
private InterceptorScope interceptorScope;
|
||||
|
||||
public DispatcherEnqueueMethodInterceptor(TraceContext traceContext, MethodDescriptor methodDescriptor) {
|
||||
this.traceContext = traceContext;
|
||||
|
||||
-1
@@ -36,7 +36,6 @@ public class HttpEngineReadResponseMethodInterceptor implements AroundIntercepto
|
||||
|
||||
private TraceContext traceContext;
|
||||
private MethodDescriptor methodDescriptor;
|
||||
private InterceptorScope interceptorScope;
|
||||
private final boolean statusCode;
|
||||
|
||||
public HttpEngineReadResponseMethodInterceptor(TraceContext traceContext, MethodDescriptor methodDescriptor, boolean statusCode) {
|
||||
|
||||
@@ -186,7 +186,7 @@ public class ScatterData {
|
||||
return latestAcceptedTime;
|
||||
}
|
||||
|
||||
private class XCoordinatesComparator implements Comparator<Long> {
|
||||
private static class XCoordinatesComparator implements Comparator<Long> {
|
||||
|
||||
@Override
|
||||
public int compare(Long o1, Long o2) {
|
||||
|
||||
Reference in New Issue
Block a user