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

Remove unused portions of the internal semconvutil #4878

Merged

Conversation

MadVikingGod
Copy link
Contributor

Now that the semconvutil package is templated and internal (not shared), we are free to remove any code that isn't used by any of our telemetry without breaking on update.

This code removes A number of public functions, tests of these functions, and supporting code that are not used by any of our instrumentation.

  • HTTPRequestHeader
  • HTTPResponseHeader
  • NetClient
  • NetServer

@MadVikingGod MadVikingGod added the Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG label Jan 31, 2024
@MadVikingGod MadVikingGod merged commit 5047be2 into open-telemetry:main Feb 2, 2024
23 of 24 checks passed
@MadVikingGod MadVikingGod deleted the mvg/cleanup-semconvutil branch February 2, 2024 15:40
@MrAlias MrAlias added this to the v0.48.0 milestone Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants