TracerProviderBuilderExtensions.AddSqlClientInstrumentation(TracerProviderBuilder, String, Action<SqlClientInstrumentationOptions>) - метод

Enables SqlClient instrumentation.

Definition

Пространство имён: Tessa.Web.OpenTelemetry.SqlClient
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.5
C#
public static TracerProviderBuilder AddSqlClientInstrumentation(
	this TracerProviderBuilder builder,
	string? name,
	Action<SqlClientInstrumentationOptions>? configureSqlClientInstrumentationOptions
)

Параметры

builder  TracerProviderBuilder
TracerProviderBuilder being configured.
name  String
Name which is used when retrieving options.
configureSqlClientInstrumentationOptions  Action<SqlClientInstrumentationOptions>
Callback action for configuring SqlClientInstrumentationOptions.

Возвращаемое значение

TracerProviderBuilder
The instance of TracerProviderBuilder to chain the calls.

Примечание об использовании

В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа TracerProviderBuilder. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе Методы расширения (Visual Basic) или Методы расширения (Руководство по программированию в C#).

См. также