Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OperationTrace

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

Hierarchy

  • OperationTrace

Index

Properties

component

component: string

The name of component

correlation_id

correlation_id: string

The transaction id to trace execution through call chain.

duration

duration: number

The duration of the operation in milliseconds

error

error: ErrorDescription

The description of the captured error

ErrorDescription ApplicationException

operation

operation: string

The name of the executed operation

source

source: string

The source (context name)

time

time: Date

The time when operation was executed

Generated using TypeDoc