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

feat(internal/trace): remove previously deprecated OpenCensus support #11230

Merged
merged 3 commits into from
Dec 6, 2024

Conversation

quartzmo
Copy link
Member

@quartzmo quartzmo commented Dec 5, 2024

  • Remove support for GOOGLE_API_GO_EXPERIMENTAL_TELEMETRY_PLATFORM_TRACING
  • The following internal functions are now deprecated and will soon be
    removed::
    • SetOpenTelemetryTracingEnabledField
    • IsOpenCensusTracingEnabled
    • IsOpenTelemetryTracingEnabled

refs: #10287

@quartzmo quartzmo requested a review from a team as a code owner December 5, 2024 20:26
* Remove support for GOOGLE_API_GO_EXPERIMENTAL_TELEMETRY_PLATFORM_TRACING
* The following internal functions are now deprecated and will soon be
  removed::
  * SetOpenTelemetryTracingEnabledField
  * IsOpenCensusTracingEnabled
  * IsOpenTelemetryTracingEnabled

refs: googleapis#10287
@quartzmo quartzmo force-pushed the internal-trace-opencensus-remove branch from 60ea03c to 343bf2e Compare December 5, 2024 20:29
@quartzmo quartzmo added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Dec 5, 2024
@quartzmo
Copy link
Member Author

quartzmo commented Dec 5, 2024

Do not merge pending cleanup of deprecated usages in client libraries.

@quartzmo quartzmo removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Dec 6, 2024
Copy link
Contributor

@shollyman shollyman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Farewell to thee, oh census libraryyyyyy...

@quartzmo quartzmo merged commit 40cf125 into googleapis:main Dec 6, 2024
9 checks passed
@quartzmo quartzmo deleted the internal-trace-opencensus-remove branch December 6, 2024 17:57
codyoss added a commit to codyoss/google-cloud-go that referenced this pull request Dec 10, 2024
I removed the obvious open census tests that were failing in googleapis#11257.
Some others it was not clear to me if these functions should be
instrumented with OT or not, so I skipped them for now and will let
the spanner team decide what to do with those tests.

Related: googleapis#11230
gcf-merge-on-green bot pushed a commit that referenced this pull request Dec 10, 2024
I removed the obvious open census tests that were failing in #11257. Some others it was not clear to me if these functions should be instrumented with OT or not, so I skipped them for now and will let the spanner team decide what to do with those tests.

Related: #11230
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.

3 participants