Skip to content

Commit

Permalink
Merge 145d907 into 4fef0c2
Browse files Browse the repository at this point in the history
  • Loading branch information
domwst authored Feb 5, 2024
2 parents 4fef0c2 + 145d907 commit fdada62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ydb/core/protos/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ message TTracingConfig {
message TBackendConfig {
message TAuthConfig {
message TTvmAuth {
required string Url = 1;
optional string Url = 1;

required uint32 SelfTvmId = 2;
required uint32 TracingTvmId = 3;
Expand Down
1 change: 0 additions & 1 deletion ydb/tools/cfg/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,6 @@ def get_sampling_scope(sampling):
sampling_scope_pb.MaxBurst = sampling['max_burst']
return sampling_scope_pb


def get_external_throttling(throttling):
throttling_scope_pb = config_pb2.TTracingConfig.TExternalThrottlingScope()
selectors = throttling.get("scope")
Expand Down

0 comments on commit fdada62

Please sign in to comment.