对于下面的代码,我想创建一个新选项卡,该选项卡将存储所有外部方法调用并进行汇总,但是我没有得到任何此类结果。
@@ CaptureTransaction(value ='Task')
您是不是需要新的“交易类型”?
如果是,那么您应该设置type
注释参数。
但是@CaptureTranscation注释工作in case:
Note that this only works when there is no active transaction on the same thread.
value: The name of the span. Defaults to ClassName#methodName
type: The type of the transaction. Defaults to request