THRESHOLD_STAGE

Description

This table stores the threshold stage information.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the threshold stage.
METRIC_ID varchar The ID of the metric associated with the threshold stage.
METRIC_INCREMENT_EXPRESSION longtext The metric increment expression.
METRIC_TYPE varchar The type of the metric.
INACTIVITY_ACTION_THRESHOLD 0 bigint The inactivity action threshold value.
TRIGGER_CONDITION_THRESHOLD 0 bigint The trigger condition threshold value.

Primary Key

  • ID

Foreign Key Relationships

  • INACTIVITY_ACTION_THRESHOLD 0 references INACTIVITY_ACTION(ID)
  • TRIGGER_CONDITION_THRESHOLD 0 references TRIGGER_CONDITION(ID)