pip_services3_components.trace.OperationTrace module

class pip_services3_components.trace.OperationTrace.OperationTrace(time: datetime.datetime, source: str, component: str, operation: str, correlation_id: str, duration: float, error: pip_services3_commons.errors.ErrorDescription.ErrorDescription)

Bases: object

Data object to store captured operation traces. This object is used by CachedTracer.

duration: float

The description of the captured error

ErrorDescription, ApplicationException