Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update note on SqlClient #2424

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adamratson
Copy link

@adamratson adamratson commented Dec 16, 2024

Fixes #2287
Design discussion issue #

Changes

Updated the note for the SqlClient instrumentation to (hopefully) make it easier to see that you need to use the Microsoft.Data.SqlClient package to get info out.

Relates to #2287 as I think both the reporter and me (for a while) missed that the note implied that you can't really use the System.Data.SqlClient package.

I've run markdownlint with no issues which I think is all that's needed for this PR but please lmk if there's anything else.

Merge requirement checklist

  • CONTRIBUTING guidelines followed (license requirements, nullable enabled, static analysis, etc.)
  • [ ] Unit tests added/updated
  • [ ] Appropriate CHANGELOG.md files updated for non-trivial changes
  • [ ] Changes in public API reviewed (if applicable)

@adamratson adamratson requested a review from a team as a code owner December 16, 2024 15:37
Copy link

linux-foundation-easycla bot commented Dec 16, 2024

CLA Signed


The committers listed above are authorized under a signed CLA.

@github-actions github-actions bot added comp:instrumentation.sqlclient Things related to OpenTelemetry.Instrumentation.SqlClient documentation Improvements or additions to documentation labels Dec 16, 2024
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions bot added the Stale label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:instrumentation.sqlclient Things related to OpenTelemetry.Instrumentation.SqlClient documentation Improvements or additions to documentation Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] SqlClient Instrumentation cannot get CommandText
2 participants