1 write to _histogramConfiguration
Microsoft.VisualStudio.LanguageServices (1)
Telemetry\Shared\AggregatingHistogramLog.cs (1)
34
_histogramConfiguration
= new HistogramConfiguration(bucketBoundaries);
1 reference to _histogramConfiguration
Microsoft.VisualStudio.LanguageServices (1)
Telemetry\Shared\AggregatingHistogramLog.cs (1)
51
return meter.CreateHistogram<long>(metricName,
_histogramConfiguration
);