OracleEntityFrameworkCoreSettings.InstrumentationOptions Property

Definition

Gets or sets an action to modify the default Open Telemetry instrumentation options

public Action<Oracle.ManagedDataAccess.OpenTelemetry.OracleDataProviderInstrumentationOptions>? InstrumentationOptions { get; set; }
member this.InstrumentationOptions : Action<Oracle.ManagedDataAccess.OpenTelemetry.OracleDataProviderInstrumentationOptions> with get, set
Public Property InstrumentationOptions As Action(Of OracleDataProviderInstrumentationOptions)

Property Value

Action<Oracle.ManagedDataAccess.OpenTelemetry.OracleDataProviderInstrumentationOptions>

Applies to