opentelemetry-dotnet-contrib icon indicating copy to clipboard operation
opentelemetry-dotnet-contrib copied to clipboard

Metric instrumentation for SQLClient

Open cijothomas opened this issue 4 years ago • 4 comments

Similar to: https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Instrumentation.AspNetCore/Implementation/HttpInMetricsListener.cs

No semantic conventions exist as of today for db, but can still do a basic sql call duration metric. The instrumentations are not stable release anyway, so we can make changes as spec evolves. The goal is to get some metrics flowing automatically for libraries which already have traces enabled.

cijothomas avatar Oct 19 '21 16:10 cijothomas

https://github.com/open-telemetry/opentelemetry-specification/pull/2070/files

cijothomas avatar Nov 05 '21 16:11 cijothomas

https://github.com/open-telemetry/opentelemetry-specification/pull/2070/files

@cijothomas are you going to merge this PR?

pantosha avatar Nov 03 '23 20:11 pantosha

https://github.com/open-telemetry/opentelemetry-specification/pull/2070/files

@cijothomas are you going to merge this PR?

I am not.

cijothomas avatar Nov 03 '23 20:11 cijothomas

Oh, sorry, I missed that this is a link to a pull request with a convention. Thank you for the fast answer 😊

pantosha avatar Nov 03 '23 20:11 pantosha

Available from 1.11.0-beta.1

matt-hensley avatar Mar 17 '25 14:03 matt-hensley