File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 110
110
#include < ydb/core/kesus/tablet/tablet.h>
111
111
#include < ydb/core/sys_view/processor/processor.h>
112
112
#include < ydb/core/statistics/aggregator/aggregator.h>
113
+ #include < ydb/core/statistics/service/service.h>
113
114
#include < ydb/core/keyvalue/keyvalue.h>
114
115
#include < ydb/core/persqueue/pq.h>
115
116
#include < ydb/core/persqueue/cluster_tracker.h>
@@ -1363,6 +1364,10 @@ namespace Tests {
1363
1364
Runtime->GetAppData (nodeIdx).Counters );
1364
1365
const TActorId controllerActorId = Runtime->Register (controllerActor, nodeIdx, Runtime->GetAppData (nodeIdx).BatchPoolId );
1365
1366
Runtime->RegisterService (NMemory::MakeMemoryControllerId (0 ), controllerActorId, nodeIdx);
1367
+
1368
+ auto statActor = NStat::CreateStatService ();
1369
+ const TActorId statActorId = Runtime->Register (statActor.Release (), nodeIdx, Runtime->GetAppData (nodeIdx).UserPoolId );
1370
+ Runtime->RegisterService (NStat::MakeStatServiceID (Runtime->GetNodeId (nodeIdx)), statActorId, nodeIdx);
1366
1371
}
1367
1372
}
1368
1373
You can’t perform that action at this time.
0 commit comments