feature: Explainable Alerts
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class TrendContext
|
||||
{
|
||||
public string Parameter { get; set; } = null!;
|
||||
public double PercentChange { get; set; }
|
||||
public TimeSpan Duration { get; set; }
|
||||
public string Direction { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user