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

Deprecate the sdk/telemetry package #1238

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Nov 4, 2024

Resolve #1234
Part of #1229

The sdk/telemetry package is no longer used in the auto package since the merge of #1207. It is not needed outside of the sdk package and needs to be removed prior to stabilization of the go.opentelemetry.io/auto/sdk module.

We are deprecating the package instead of just removing it so the published documentation can be updated to indicate the package is deprecated.

The internal/telemetry package is a one-to-one copy of the telemetry package. No modification has been made.

@MrAlias MrAlias added this to the v0.17.0-alpha milestone Nov 4, 2024
@MrAlias MrAlias changed the title Deprecate the sdk/telemetry pkg Deprecate the sdk/telemetry packate Nov 4, 2024
@MrAlias MrAlias changed the title Deprecate the sdk/telemetry packate Deprecate the sdk/telemetry package Nov 4, 2024
@MrAlias MrAlias force-pushed the dep-internal-telemetry branch 3 times, most recently from e5634c8 to 798959b Compare November 4, 2024 16:21
@MrAlias MrAlias marked this pull request as ready for review November 4, 2024 16:36
@MrAlias MrAlias requested a review from a team as a code owner November 4, 2024 16:36
Resolve open-telemetry#1234

The `sdk/telemetry` package is no longer used in the `auto` package
since the merge of open-telemetry#1207. It is not needed outside of the `sdk` package
and needs to be removed prior to stabilization of the
`go.opentelemetry.io/auto/sdk` module.
@MrAlias MrAlias merged commit 9b2d3f9 into open-telemetry:main Nov 5, 2024
26 checks passed
@MrAlias MrAlias deleted the dep-internal-telemetry branch November 5, 2024 15:32
@MrAlias MrAlias mentioned this pull request Nov 5, 2024
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.

Deprecate and internalize sdk/telemetry
3 participants