Skip to content

Commit

Permalink
add monitoring info for tables_manager (ydb-platform#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 authored and adameat committed Dec 29, 2023
1 parent 53886cf commit c94f7ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ydb/core/tx/columnshard/tables_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ bool TTablesManager::FillMonitoringReport(NTabletFlatExecutor::TTransactionConte
}
}
}
json.InsertValue("tables_count", Tables.size());
json.InsertValue("presets_count", SchemaPresets.size());
json.InsertValue("to_drop_count", PathsToDrop.size());
return true;
}

Expand Down

0 comments on commit c94f7ab

Please sign in to comment.