AddOracleDataProviderInstrumentation

Client applications call this extension method to enable OpenTelemetry instrumentation in ODP.NET. Certain tags and attributes are enabled/disabled based on the options provided.

Declaration

// C#
public static TracerProviderBuilder AddOracleDataProviderInstrumentation
(this TracerProviderBuilder builder, Action<OracleDataProviderInstrumentationOptions> 
configureInstrumentationOptions = null)

Remarks

If no options are passed default options will be used.