for the code below I wanted to create a new tab which would store all the external method calls and would be aggregated, but I am not getting any such results.
@CaptureTransaction(value = "Task")
for the code below I wanted to create a new tab which would store all the external method calls and would be aggregated, but I am not getting any such results.
@CaptureTransaction(value = "Task")
Do you mean that you need new "Transaction type"?
If yes, so you should set type
annotation parameter.
But @CaptureTranscation annotation work 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