@@ -2143,18 +2143,19 @@ var ScopeDefs = map[ServiceIdx]map[ScopeIdx]scopeDefinition{
21432143 DiagnosticsWorkflowScope : {operation : "DiagnosticsWorkflow" },
21442144 },
21452145 ShardDistributor : {
2146- ShardDistributorGetShardOwnerScope : {operation : "GetShardOwner" },
2147- ShardDistributorHeartbeatScope : {operation : "ExecutorHeartbeat" },
2148- ShardDistributorAssignLoopScope : {operation : "ShardAssignLoop" },
2149- ShardDistributorExecutorScope : {operation : "Executor" },
2150- ShardDistributorStoreGetShardOwnerScope : {operation : "StoreGetShardOwner" },
2151- ShardDistributorStoreAssignShardScope : {operation : "StoreAssignShard" },
2152- ShardDistributorStoreAssignShardsScope : {operation : "StoreAssignShards" },
2153- ShardDistributorStoreDeleteExecutorsScope : {operation : "StoreDeleteExecutors" },
2154- ShardDistributorStoreGetHeartbeatScope : {operation : "StoreGetHeartbeat" },
2155- ShardDistributorStoreGetStateScope : {operation : "StoreGetState" },
2156- ShardDistributorStoreRecordHeartbeatScope : {operation : "StoreRecordHeartbeat" },
2157- ShardDistributorStoreSubscribeScope : {operation : "StoreSubscribe" },
2146+ ShardDistributorGetShardOwnerScope : {operation : "GetShardOwner" },
2147+ ShardDistributorHeartbeatScope : {operation : "ExecutorHeartbeat" },
2148+ ShardDistributorAssignLoopScope : {operation : "ShardAssignLoop" },
2149+ ShardDistributorExecutorScope : {operation : "Executor" },
2150+ ShardDistributorStoreGetShardOwnerScope : {operation : "StoreGetShardOwner" },
2151+ ShardDistributorStoreAssignShardScope : {operation : "StoreAssignShard" },
2152+ ShardDistributorStoreAssignShardsScope : {operation : "StoreAssignShards" },
2153+ ShardDistributorStoreDeleteExecutorsScope : {operation : "StoreDeleteExecutors" },
2154+ ShardDistributorStoreDeleteShardStatsScope : {operation : "StoreDeleteShardStats" },
2155+ ShardDistributorStoreGetHeartbeatScope : {operation : "StoreGetHeartbeat" },
2156+ ShardDistributorStoreGetStateScope : {operation : "StoreGetState" },
2157+ ShardDistributorStoreRecordHeartbeatScope : {operation : "StoreRecordHeartbeat" },
2158+ ShardDistributorStoreSubscribeScope : {operation : "StoreSubscribe" },
21582159 },
21592160}
21602161
0 commit comments