Skip to content

Commit c21cbd7

Browse files
add monitoring info for tables_manager (#764)
1 parent ec9c42d commit c21cbd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ydb/core/tx/columnshard/tables_manager.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ bool TTablesManager::FillMonitoringReport(NTabletFlatExecutor::TTransactionConte
3636
}
3737
}
3838
}
39+
json.InsertValue("tables_count", Tables.size());
40+
json.InsertValue("presets_count", SchemaPresets.size());
41+
json.InsertValue("to_drop_count", PathsToDrop.size());
3942
return true;
4043
}
4144

0 commit comments

Comments
 (0)