1 write to _batchDuration
Microsoft.AspNetCore.Components (1)
ComponentsMetrics.cs (1)
56_batchDuration = _lifeCycleMeter.CreateHistogram(
3 references to _batchDuration
Microsoft.AspNetCore.Components (3)
ComponentsMetrics.cs (3)
30public bool IsBatchEnabled => _batchDuration.Enabled; 154_batchDuration.Record(duration.TotalSeconds, tags); 165_batchDuration.Record(duration.TotalSeconds, tags);