-
-
Method Summary
Modifier and Type Method Description abstract StringoperationName()The operation name to set. abstract StringresourceName()The resource name. abstract booleanmeasured()Set whether to measure a trace. abstract booleannoParent()Set whether to start a new trace. -
-
Method Detail
-
operationName
abstract String operationName()
The operation name to set. By default it takes the method's name
-
resourceName
abstract String resourceName()
The resource name. By default it uses the same value as the operation name
-
measured
abstract boolean measured()
Set whether to measure a trace. By default traces are not measured.
-
noParent
abstract boolean noParent()
Set whether to start a new trace. By default it continues the current trace.
-
-
-
-