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)
32
if (
_handlerExceptionCounter
.Enabled)
48
_handlerExceptionCounter
.Add(1, tags);