1 write to _requestDurationLogAggregator
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestTelemetryLogger.cs (1)
64
_requestDurationLogAggregator
= new HistogramLogAggregator<string>(bucketSize: 1, maxBucketValue: 40);
3 references to _requestDurationLogAggregator
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\RequestTelemetryLogger.cs (3)
93
_requestDurationLogAggregator
.IncreaseCount(methodName, (int)ComputeLogValue(requestDuration.TotalMilliseconds));
119
if (_queuedDurationLogAggregator.IsEmpty ||
_requestDurationLogAggregator
.IsEmpty)
144
var requestExecutionDuration =
_requestDurationLogAggregator
.GetValue(kvp.Key);