1 write to _eventDuration
Microsoft.AspNetCore.Components (1)
ComponentsMetrics.cs (1)
44_eventDuration = _meter.CreateHistogram(
3 references to _eventDuration
Microsoft.AspNetCore.Components (3)
ComponentsMetrics.cs (3)
26public bool IsEventEnabled => _eventDuration.Enabled; 92_eventDuration.Record(duration.TotalSeconds, tags); 105_eventDuration.Record(duration.TotalSeconds, tags);