Begings recording an operation trace
(optional) transaction id to trace execution through call chain.
a name of called component
a name of the executed operation.
a trace timing object.
Records an operation failure with its name, duration and error
(optional) transaction id to trace execution through call chain.
a name of called component
a name of the executed operation.
an error object associated with this trace.
execution duration in milliseconds.
Records an operation trace with its name and duration
(optional) transaction id to trace execution through call chain.
a name of called component
a name of the executed operation.
execution duration in milliseconds.
Generated using TypeDoc
Interface for tracer components that capture operation traces.