1 write to handler
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceListener.cs (1)
21this.handler = handler;
3 references to handler
Aspire.Microsoft.EntityFrameworkCore.SqlServer (3)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceListener.cs (3)
35if (!this.handler.SupportsNullActivity && Activity.Current == null) 42this.handler.OnEventWritten(value.Key, value.Value); 46this.logUnknownException?.Invoke(this.handler?.SourceName, value.Key, ex);