1 type derived from ListenerHandler
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlClientDiagnosticListener.cs (1)
19internal sealed class SqlClientDiagnosticListener : ListenerHandler
10 references to ListenerHandler
Aspire.Microsoft.EntityFrameworkCore.SqlServer (10)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceListener.cs (2)
13private readonly ListenerHandler handler; 17public DiagnosticSourceListener(ListenerHandler handler, Action<string, string, Exception> logUnknownException)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceSubscriber.cs (4)
14private readonly Func<string, ListenerHandler> handlerFactory; 22ListenerHandler handler, 30Func<string, ListenerHandler> handlerFactory, 57var handler = this.handlerFactory(value.Name);
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\ListenerHandler.cs (4)
14/// Initializes a new instance of the <see cref="ListenerHandler"/> class. 16/// <param name="sourceName">The name of the <see cref="ListenerHandler"/>.</param> 23/// Gets the name of the <see cref="ListenerHandler"/>. 28/// Gets a value indicating whether the <see cref="ListenerHandler"/> supports NULL <see cref="Activity"/>.