File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -500,10 +500,10 @@ class TLogWriterLoadTestActor : public TActorBootstrapped<TLogWriterLoadTestActo
500
500
, TracingThrottler(tracingThrottler)
501
501
{
502
502
*Counters->GetCounter (" tabletId" ) = tabletId;
503
- const auto & percCounters = Counters->GetSubgroup (" sensor " , " microseconds " );
504
- MaxInFlightLatency = percCounters->GetCounter (" MaxInFlightLatency " );
505
- ResponseQT->Initialize (percCounters->GetSubgroup (" metric " , " writeResponse " ), Percentiles);
506
- ReadResponseQT->Initialize (percCounters->GetSubgroup (" metric " , " readResponse " ), Percentiles);
503
+ const auto & percCounters = Counters->GetSubgroup (" subsystem " , " latency " );
504
+ MaxInFlightLatency = percCounters->GetCounter (" MaxInFlightLatencyUs " );
505
+ ResponseQT->Initialize (percCounters->GetSubgroup (" sensor " , " writeResponseUs " ), Percentiles);
506
+ ReadResponseQT->Initialize (percCounters->GetSubgroup (" sensor " , " readResponseUs " ), Percentiles);
507
507
}
508
508
509
509
TString PrintMe () {
You can’t perform that action at this time.
0 commit comments