由於工作上會用到 ASP.NET Core 8 Web API 存取 Oracle 資料庫. 目前查到的方式有 2 種: 1.. 利用 Dapper 作為中介, 直接下 SQL 指令. 2.. 利用 Entity Framework Core 作為中介, 由其將 Entity Framework 的物件內容, 轉為 ...
I added the OpenTelemetry.Contrib.Instrumentation.EntityFrameworkCore instrumentation to an application with an Oracle backing database and noticed the span name is missing. Below is the output from ...