Replies: 1 comment
-
https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Instrumentation.SqlClient does not support metrics today. Only traces are supported in SqlClient instrumentation! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some libraries like the AspNetCore Instrumentation provide the ability to add metrics and tracing separately:
How can I use metrics from the SqlClient Instrumentation library without adding tracing?
Beta Was this translation helpful? Give feedback.
All reactions