Brandon Williams

Results 62 comments of Brandon Williams

Here is an example of the EF Core trace in the Aspire dashboard. ![AspireEFCoreTrace](https://github.com/user-attachments/assets/02820e72-e63e-48ce-897e-fc30688dcfad) And the console log. ![AspireEFCoreTraceConsoleLog](https://github.com/user-attachments/assets/d9d5bf60-36f8-44e3-ba23-90c1ec6a1e05)

> 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 🏃 ![image](https://github.com/user-attachments/assets/f3af1727-47cd-4036-b017-143082aa8bae) ![image](https://github.com/user-attachments/assets/61ce29ce-39bb-4528-9a82-1ad1e1fa545a)

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...