AboutSupportDeveloper GuideVersion 36.122.80.11

Interface ProcessLoggingOptions

Process logging options

Hierarchy

  • ProcessLoggingOptions

Properties

interval?: number

Periodic Logging Interval (in seconds)

outlierDetection?: {
    entries?: number;
    interval?: number;
}

Outlier Detection options

Type declaration

  • Optional entries?: number

    Number of Process Info entries to collect for outlier analysis

  • Optional interval?: number

    Outlier Interval (in seconds)