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

Reintroduce System.Data.SqlClient trace instrumentation #1650

Merged

Conversation

RassK
Copy link
Contributor

@RassK RassK commented Nov 23, 2022

Why

Fixes #1623

What

Reintroduces System.Data.SqlClient instrumentation in lazy form.
Increasing affected scope of #1638

Tests

Existing + NetFramework tests

Checklist

  • CHANGELOG.md is updated.
  • Documentation is updated.
  • New features are covered by tests.

@RassK RassK requested a review from a team November 23, 2022 11:15
@RassK RassK changed the title R System.Data.SqlClient trace instrumentation Reintroduce System.Data.SqlClient trace instrumentation Nov 23, 2022
@RassK
Copy link
Contributor Author

RassK commented Nov 23, 2022

Found missing test conditions > .NET Framework tests (Requires Windows host) and Linux container requirement.

@pellared

This comment was marked as outdated.

.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@pellared pellared enabled auto-merge (squash) November 23, 2022 16:44
@Kielek
Copy link
Contributor

Kielek commented Nov 23, 2022

One more thing,

- Remove traces instrumentation for [System.Data.SqlClient](https://www.nuget.org/packages/System.Data.SqlClient)
as it is not working.
should be removed in this pr or in the release-pr.

@pellared
Copy link
Member

pellared commented Nov 23, 2022

One more thing,

- Remove traces instrumentation for [System.Data.SqlClient](https://www.nuget.org/packages/System.Data.SqlClient)
as it is not working.

should be removed in this pr or in the release-pr.

Done in #1649 (it was easier this way to avoid conflicts)

@pellared pellared merged commit 189be5a into open-telemetry:main Nov 23, 2022
@RassK RassK deleted the optimize-system-data-sqlclient-loading branch November 23, 2022 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bring back System.Data.SqlClient trace instrumentation
3 participants