EventThresholdByValue: {
    clearValue?: number;
    setValue?: number;
}

Type declaration

  • Optional clearValue?: number

    The clear threshold for the absolute value of this counter or rate. Falling below this value will trigger a corresponding event.

  • Optional setValue?: number

    The set threshold for the absolute value of this counter or rate. Exceeding this value will trigger a corresponding event.