This commit is contained in:
2020-05-25 17:02:29 +00:00
parent bb727e0ea8
commit 8739142d73

View File

@@ -10,6 +10,7 @@ namespace AyaNova.Models
public class MetricMM public class MetricMM
{ {
[Required] [Required]
[Key]
public DateTime t { get; set; } public DateTime t { get; set; }
public long Allocated { get; set; } public long Allocated { get; set; }
public long WorkingSet { get; set; } public long WorkingSet { get; set; }