We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d132765 commit 0a189e0Copy full SHA for 0a189e0
ydb/core/cms/json_proxy_proto.h
@@ -86,6 +86,8 @@ class TJsonProxyProto : public TActorBootstrapped<TJsonProxyProto> {
86
return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TTracingControls::TSamplingThrottlingOptions::TSamplingOptions::descriptor(), ctx);
87
else if (name == ".NKikimrConfig.TImmediateControlsConfig.TTracingControls.TKeyValue")
88
return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TTracingControls::TKeyValue::descriptor(), ctx);
89
+ else if (name == ".NKikimrConfig.TImmediateControlsConfig.TTabletControls")
90
+ return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TTabletControls::descriptor(), ctx);
91
}
92
93
ctx.Send(RequestEvent->Sender,
0 commit comments