1 write to _metrics
Microsoft.AspNetCore.Diagnostics (1)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
48_metrics = new DiagnosticsMetrics(meterFactory);
4 references to _metrics
Microsoft.AspNetCore.Diagnostics (4)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (4)
126_metrics.RequestException(exceptionName, ExceptionResult.Aborted, handler: null); 136_metrics.RequestException(exceptionName, ExceptionResult.Skipped, handler: null); 254_metrics.RequestException(exceptionName, ExceptionResult.Handled, handlerTag); 282_metrics.RequestException(exceptionName, ExceptionResult.Unhandled, handler: null);