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)
30
public bool IsBatchEnabled =>
_batchDuration
.Enabled;
154
_batchDuration
.Record(duration.TotalSeconds, tags);
165
_batchDuration
.Record(duration.TotalSeconds, tags);