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 f3c562b commit 250f3ccCopy full SHA for 250f3cc
ydb/public/sdk/cpp/src/client/rate_limiter/rate_limiter.cpp
@@ -115,7 +115,7 @@ TMetric::TMetric(const Ydb::RateLimiter::MeteringConfig_Metric& proto) {
115
Labels_[k] = v;
116
}
117
if (proto.has_metric_fields()) {
118
- TString jsonStr;
+ TStringType jsonStr;
119
if (auto st = google::protobuf::util::MessageToJsonString(proto.metric_fields(), &jsonStr); st.ok()) {
120
MetricFieldsJson_ = jsonStr;
121
0 commit comments