Oracle.ManagedDataAccess.OpenTelemetry 23.3.0-dev

Prefix Reserved
This is a prerelease version of Oracle.ManagedDataAccess.OpenTelemetry.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Oracle.ManagedDataAccess.OpenTelemetry --version 23.3.0-dev
                    
NuGet\Install-Package Oracle.ManagedDataAccess.OpenTelemetry -Version 23.3.0-dev
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Oracle.ManagedDataAccess.OpenTelemetry" Version="23.3.0-dev" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Oracle.ManagedDataAccess.OpenTelemetry" Version="23.3.0-dev" />
                    
Directory.Packages.props
<PackageReference Include="Oracle.ManagedDataAccess.OpenTelemetry" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Oracle.ManagedDataAccess.OpenTelemetry --version 23.3.0-dev
                    
#r "nuget: Oracle.ManagedDataAccess.OpenTelemetry, 23.3.0-dev"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Oracle.ManagedDataAccess.OpenTelemetry@23.3.0-dev
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Oracle.ManagedDataAccess.OpenTelemetry&version=23.3.0-dev&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Oracle.ManagedDataAccess.OpenTelemetry&version=23.3.0-dev&prerelease
                    
Install as a Cake Tool

Oracle Logo

Oracle.ManagedDataAccess.OpenTelemetry 23.3.0-dev

Release Notes for Oracle Data Provider for .NET Extension for OpenTelemetry NuGet Package

December 2023

This NuGet package supports OpenTelemetry for both managed ODP.NET and ODP.NET Core.

This document provides information that supplements the Oracle Data Provider for .NET (ODP.NET) documentation.

New Features

  • OracleDataProviderInstrumentationOptions.EnableDBRoundTripTracing (Boolean Property)

    • This option controls the instrumentation of database/server round trip calls of instrumented methods.
    • If user set this option to false, database round trip calls will not be traced.
    • By default, this property is set to true.
  • OracleDataProviderInstrumentationOptions.RequireApplicationRootSpanCreation (Boolean Property)

    • This option controls whether ODP.NET instruments only those operations that are assocociated with root spans created by the application or not.
    • By default, this property is set to false, which means that ODP.NET will instrument operation regardless of whether the application creates the root span or not.
    • But if this property is set to true, ODP.NET will only instrument operations associated with root spans that are created by the application.
  • OracleDataProviderInstrumentationOptions.EnableOpenCloseTracing (EnableOpenCloseTracing Enum Property)

    • This option controls whether Open(), Close(), and OpenAsync() methods on the OracleConnection objects get instrumented.
    • Possible settings are
      • EnableOpenCloseTracing.None : No instrumentation for open/close
      • EnableOpenCloseTracing.HardOpenCloseOnly : Instrumentation for hard open/close only
      • EnableOpenCloseTracing.AllOpenClose : Instrumentation for all both soft + hard open/close
    • In order to instrument hard open/close, EnableDBRoundTripTracing option has to be set to true
    • By default, this property is set to EnableOpenCloseTracing.None.

Bug Fixes since Oracle.ManagedDataAccess.OpenTelemetry 23.2.0-dev

  • Bug 35711064 - DOCUMENTATION IS NOT CLEAR THAT THIS NUGET PACKAGE CAN BE USED WITH BOTH MANAGED ODP.NET AND ODP.NET CORE

Copyright (c) 2023, Oracle and/or its affiliates.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Oracle.ManagedDataAccess.OpenTelemetry:

Package Downloads
Aspire.Oracle.EntityFrameworkCore

An Oracle Database provider for Entity Framework Core that integrates with Aspire, including connection pooling, health check, logging, and telemetry.

CyberEye.Observability.Lib

Package cung cấp các cấu hình về Observability, Monitoring, Telemetry như Metrics, Traces

IscB2b.Core.Infrastructure

B2b Core Infrastructure

Otel.Simplify

Unofficial helper library for .NET microservices to simplify metrics and tracing setup with OpenTelemetry. Supports Prometheus, OTLP, Console, Zipkin, and more.

RbTeam.OpenTelemetryLib.WithConfig

appsettings.json-- "openTelemetry": { "IsTracing": true, "TraceFilter": "index.html;swagger.json;metrics;openapi", "TraceOracle": false, "TraceRedis": false, "TracingExporter": "otlp", "ServiceName": "TestApp", "OtlpTracingEndpoint": "https://otlp-gateway-prod-me-central-1.grafana.net/otlp/v1/traces", "OtlpTracingEndpointUser": "", "OtlpTracingEndpointKey": "", "IsMetrics": true, "AdditionalMetrs": "", "MetricsExporter": "otlp", "OtlpMetricsEndpoint": "https://otlp-gateway-prod-me-central-1.grafana.net/otlp/v1/metrics", "OtlpMetricsEndpointUser": "", "OtlpMetricsEndpointKey": "", "OtlpLogEndpoint": "https://otlp-gateway-prod-me-central-1.grafana.net/otlp/v1/logs", "OtlpLogEndpointUser": "", "OtlpLogEndpointKey": "", "Profiler": { "IsActive": true, "AddSpanId": false, "SetCPUTracking": false, "SetAllocationTracking":false, "SetContentionTracking": false, "SetExceptionTracking": false, "SetInstanceNameTag": false } }

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Oracle.ManagedDataAccess.OpenTelemetry:

Repository Stars
microsoft/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
Version Downloads Last Updated
23.26.200 9,352 4/6/2026
23.26.100 56,843 1/24/2026
23.26.0 58,356 10/14/2025
23.9.0 46,536 7/1/2025
23.8.0 69,706 4/4/2025
23.7.0 257,797 12/24/2024
23.6.0 187,910 10/2/2024
23.5.0 102,491 7/11/2024
23.4.0 179,568 5/2/2024
23.3.2-dev 6,606 3/12/2024
23.3.0-dev 17,680 12/12/2023
23.2.0-dev 22,811 7/29/2023