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);
137
_metrics
.RequestException(exceptionName, ExceptionResult.Skipped, handler: null);
213
_metrics
.RequestException(exceptionName, ExceptionResult.Handled, handler);
235
_metrics
.RequestException(exceptionName, ExceptionResult.Unhandled, handler: null);