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