public class DubboFilterTracing extends Object implements org.apache.dubbo.rpc.Filter
| Constructor and Description |
|---|
DubboFilterTracing() |
| Modifier and Type | Method and Description |
|---|---|
io.opentracing.Span |
buildSpan(org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation,
boolean isConsumerSide) |
org.apache.dubbo.rpc.Result |
invoke(org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation) |
public org.apache.dubbo.rpc.Result invoke(org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation)
throws org.apache.dubbo.rpc.RpcException
invoke in interface org.apache.dubbo.rpc.Filterorg.apache.dubbo.rpc.RpcExceptionpublic io.opentracing.Span buildSpan(org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation,
boolean isConsumerSide)
Copyright © 2025. All rights reserved.