oracle / dotnet-db-samples

.NET code samples for Oracle database developers #OracleDotNet
http://otn.oracle.com/dotnet
MIT License
419 stars 190 forks source link

Default Entity Framework OTel settings for Aspire #378

Closed cmdkeen closed 6 months ago

cmdkeen commented 6 months ago

I've got a PR open for the new Aspire framework's Oracle support to add the new OpenTelemetry package - it's all very exciting.

There is a question about what the right default settings should be - I used the values from this repo. It would be good to get confirmation that for Entity Framework they are a good set of properties.

Adding if you want to see it in action - clone the repo and run the project in playground\OracleEndToEnd\OracleEndToEnd.AppHost\

alexkeh commented 6 months ago

I responded to the question here.

cmdkeen commented 6 months ago

Great, thanks. Will pick up there.