1 write to _eventDuration
Microsoft.AspNetCore.Components (1)
ComponentsMetrics.cs (1)
45_eventDuration = _meter.CreateHistogram(
3 references to _eventDuration
Microsoft.AspNetCore.Components (3)
ComponentsMetrics.cs (3)
27public bool IsEventEnabled => _eventDuration.Enabled; 99_eventDuration.Record(duration.TotalSeconds, tags); 112_eventDuration.Record(duration.TotalSeconds, tags);