Transaction

class Transaction(*, component=None, created_at=None, finished_at=None, id=None, instance=None, name=None, process_id=None, started_at=None)

A period of execution within an action.

Variables
  • component (str, optional) – High level conceptual component of an action.

  • created_at (datetime.datetime, optional) – When the record was created.

  • finished_at (datetime.datetime, optional) – When the transaction finished.

  • id (int, optional) – Unique identifier.

  • instance (str, optional) – Description of instance which executed the transaction.

  • name (str, optional) – Name of the transaction event.

  • process_id (int, optional) – OS process ID.

  • started_at (datetime.datetime, optional) – When the transaction started.