This commit is contained in:
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user