Clean up db table size metrics, remove "Others"
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user