1 write to _batchDuration
Microsoft.AspNetCore.Components (1)
ComponentsMetrics.cs (1)
57_batchDuration = _lifeCycleMeter.CreateHistogram(
3 references to _batchDuration
Microsoft.AspNetCore.Components (3)
ComponentsMetrics.cs (3)
31public bool IsBatchEnabled => _batchDuration.Enabled; 158_batchDuration.Record(duration.TotalSeconds, tags); 169_batchDuration.Record(duration.TotalSeconds, tags);