-2

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") 
Simulant
  • 19,190
  • 8
  • 63
  • 98
Sumukh H
  • 1
  • 1

1 Answers1

0

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