Brandon Williams
Brandon Williams
Here is an example of the EF Core trace in the Aspire dashboard.  And the console log. 
> Has any work been done in this area already? Just some research looking into what exists now, and what possible improvements could be made to enhance the observability of...
@fdcastel - I just recognized your username and thank you very much for the docker images!
Here are the common attributes for client metrics. https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-metrics.md
@fdcastel - Taking your changes for a run 🏃  
I can foresee extension method APIs for `MeterProviderBuilder` and `TraceProviderBuilder` that could be created in order to assist in subscribing to _FirebirdSql.Data_ OpenTelemetry tracing and metrics. ```csharp /// /// Extension...
Will do. Initially I was motivated because I saw a gap with Aspire integrations, but now I see this could be more useful than that. Where I work we are...
First off, thank you for putting together this OpenTelemetry instrumentation proposal! I’ve done some initial testing in real scenarios, and here are a few thoughts and observations: 1. **Tracing** -...
@fdcastel Thanks for the update, and I really appreciate you taking time to review this in detail! I realize now that my mention of `db.statement` came from an older version...
Here is before and after comparison of Perf benchmark results on my machine. ``` ini BenchmarkDotNet=v0.13.2, OS=Windows 11 (10.0.26120.2130) AMD Ryzen 9 5950X, 1 CPU, 32 logical and 16 physical...