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)
31
public bool IsBatchEnabled =>
_batchDuration
.Enabled;
150
_batchDuration
.Record(duration.TotalSeconds, tags);
160
_batchDuration
.Record(duration.TotalSeconds, tags);