feature: Trend Detection & Alert Suppression Windows
This commit is contained in:
@@ -0,0 +1 @@
|
||||
public record TrendHistoryEntry(decimal Value, DateTimeOffset RecordedAt);
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
public record TrendHistoryEntry(decimal Value, DateTimeOffset RecordedAt);
|
||||