Clean up db table size metrics, remove "Others"

This commit is contained in:
2021-11-10 17:47:04 +00:00
parent f89cd7b666
commit 4d20539429

View File

@@ -297,7 +297,7 @@ ORDER BY total_size DESC
{
ttSize += tt.value;
}
TopTables.Add(new MetricNameLongValue() { name = $"{OtherTableCount} others", value = DBTotalSize - ttSize });
// TopTables.Add(new MetricNameLongValue() { name = $"{OtherTableCount} others", value = DBTotalSize - ttSize });
var ret = new
{