TracerProviderBuilderExtensionsAddSqlClientInstrumentation(TracerProviderBuilder, ActionSqlClientInstrumentationOptions) - метод

Enables SqlClient instrumentation.

Definition

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

Параметры

builder  TracerProviderBuilder
TracerProviderBuilder being configured.
configureSqlClientInstrumentationOptions  ActionSqlClientInstrumentationOptions
Callback action for configuring SqlClientInstrumentationOptions.

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

TracerProviderBuilder
The instance of TracerProviderBuilder to chain the calls.

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

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

См. также