1 instantiation of SqlClientInstrumentation
Aspire.Microsoft.Data.SqlClient (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\TracerProviderBuilderExtensions.cs (1)
75return new SqlClientInstrumentation(sqlOptions);
9 references to SqlClientInstrumentation
Aspire.Microsoft.Data.SqlClient (9)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlClientDiagnosticListener.cs (1)
17[RequiresUnreferencedCode(SqlClientInstrumentation.SqlClientTrimmingUnsupportedMessage)]
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\SqlClientInstrumentation.cs (1)
42/// Initializes a new instance of the <see cref="SqlClientInstrumentation"/> class.
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\SqlClientTraceInstrumentationOptions.cs (4)
14/// Options for <see cref="SqlClientInstrumentation"/>. 56/// cref="SqlClientInstrumentation"/> should add the names of <see 69/// cref="SqlClientInstrumentation"/> should add the text of commands as 100/// cref="SqlClientInstrumentation"/> should parse the DataSource on a
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\TracerProviderBuilderExtensions.cs (3)
27[RequiresUnreferencedCode(SqlClientInstrumentation.SqlClientTrimmingUnsupportedMessage)] 39[RequiresUnreferencedCode(SqlClientInstrumentation.SqlClientTrimmingUnsupportedMessage)] 54[RequiresUnreferencedCode(SqlClientInstrumentation.SqlClientTrimmingUnsupportedMessage)]