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);