Skip to content

Commit 0a189e0

Browse files
authored
24-1: Add missing proto description for TTabletControls (#4838)
1 parent d132765 commit 0a189e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/core/cms/json_proxy_proto.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ class TJsonProxyProto : public TActorBootstrapped<TJsonProxyProto> {
8686
return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TTracingControls::TSamplingThrottlingOptions::TSamplingOptions::descriptor(), ctx);
8787
else if (name == ".NKikimrConfig.TImmediateControlsConfig.TTracingControls.TKeyValue")
8888
return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TTracingControls::TKeyValue::descriptor(), ctx);
89+
else if (name == ".NKikimrConfig.TImmediateControlsConfig.TTabletControls")
90+
return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TTabletControls::descriptor(), ctx);
8991
}
9092

9193
ctx.Send(RequestEvent->Sender,

0 commit comments

Comments
 (0)