1 type derived from ListenerHandler
Aspire.Microsoft.Data.SqlClient (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlClientDiagnosticListener.cs (1)
19
internal sealed class SqlClientDiagnosticListener :
ListenerHandler
10 references to ListenerHandler
Aspire.Microsoft.Data.SqlClient (10)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceListener.cs (2)
13
private readonly
ListenerHandler
handler;
17
public DiagnosticSourceListener(
ListenerHandler
handler, Action<string, string, Exception> logUnknownException)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\DiagnosticSourceSubscriber.cs (4)
14
private readonly Func<string,
ListenerHandler
> handlerFactory;
22
ListenerHandler
handler,
30
Func<string,
ListenerHandler
> handlerFactory,
57
var
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"/>.