1 write to _handlerExceptionCounter
Microsoft.AspNetCore.Diagnostics (1)
DiagnosticsMetrics.cs (1)
24_handlerExceptionCounter = _meter.CreateCounter<long>(
2 references to _handlerExceptionCounter
Microsoft.AspNetCore.Diagnostics (2)
DiagnosticsMetrics.cs (2)
32if (_handlerExceptionCounter.Enabled) 48_handlerExceptionCounter.Add(1, tags);