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