Configure data drift alerts to track unexpected changes in data statistics such as cardinality, min or max values, and completeness. Data drift rules generate alerts when selected statistics increase or decrease beyond your expected thresholds.
To configure data drifts alerts:
Note:
-
Confidence levels:
- You can adjust warning (yellow) alerts from 20% to 100%. For more information, see Configure rule based alerts.
- For example, confidence based alerts set between 60% and 80% send alerts only when the confidence of change in data for selected statistics is detected between 60% and 80%. Critical alerts trigger above 80%.
-
Minimum change values:
- Values are provided in percentages, except for textual data, which is provided in numbers.
- For distribution of value count, the provided value is the percentage difference. It is not calculated as the percentage of a percentage. For example, if the minimum change is set as 3% for the distribution of value count, and the last historical value is 12%, then the alert generates only when the current value is greater than or equal to 15% (3% plus 12%) or less than or equal to 9% (12% minus 3%).
- If historical values are perfectly linear, the expected value is used to calculate the significance threshold. For example, if the values were 10, 20, 30, 40, and 50, then the expected value is 60. If the significance threshold is set as 10%, then if the new value lies between 54 (60 minus 10% of 60) and 66 (60 plus 10% of 60), then no alerts generate.
- If all historical values are zero, significance thresholds are not applied.
- If all historical values are 100% for completeness, significance thresholds are not applied.
- If values are historically increasing, then the current one decreases, significance thresholds are not applied. Similarly, this is true if the historical values were decreasing, and then the current one increases. This is not applicable to the distribution of value count.