This commit is contained in:
@@ -10,6 +10,7 @@ namespace AyaNova.Models
|
||||
public class MetricMM
|
||||
{
|
||||
[Required]
|
||||
[Key]
|
||||
public DateTime t { get; set; }
|
||||
public long Allocated { get; set; }
|
||||
public long WorkingSet { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user