OpenTelemetryTracing

This property specifies whether to dynamically enable or disable ODP.NET OpenTelemetry tracing instrumentation or not.

Declaration

// C#
public static bool OpenTelemetryTracing { get; set; }

Property Type

Bool

Remarks

Default value is true.

This property can be changed at runtime to dynamically turn off and on ODP.NET OpenTelemetry tracing. When this OracleConfiguration property is explicitly set to a value, it overrides the OpenTelemetryTracing value set in the .NET configuration file.