-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
quartzmo
merged 3 commits into
googleapis:main
from
quartzmo:internal-trace-opencensus-remove
Dec 6, 2024
Merged
feat(internal/trace): remove previously deprecated OpenCensus support #11230
quartzmo
merged 3 commits into
googleapis:main
from
quartzmo:internal-trace-opencensus-remove
Dec 6, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
force-pushed
the
internal-trace-opencensus-remove
branch
from
December 5, 2024 20:29
60ea03c
to
343bf2e
Compare
quartzmo
added
the
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
label
Dec 5, 2024
Do not merge pending cleanup of deprecated usages in client libraries. |
quartzmo
added a commit
to quartzmo/google-cloud-go
that referenced
this pull request
Dec 5, 2024
quartzmo
added a commit
to quartzmo/google-cloud-go
that referenced
this pull request
Dec 5, 2024
quartzmo
added a commit
that referenced
this pull request
Dec 6, 2024
quartzmo
removed
the
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
label
Dec 6, 2024
codyoss
approved these changes
Dec 6, 2024
shollyman
approved these changes
Dec 6, 2024
There was a problem hiding this 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
added a commit
to quartzmo/google-api-go-client
that referenced
this pull request
Dec 6, 2024
quartzmo
added a commit
to quartzmo/google-cloud-go
that referenced
this pull request
Dec 6, 2024
quartzmo
added a commit
to googleapis/google-api-go-client
that referenced
this pull request
Dec 6, 2024
quartzmo
added a commit
that referenced
this pull request
Dec 6, 2024
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 16, 2024
🤖 I have created a release *beep* *boop* --- ## [0.117.0](https://togithub.com/googleapis/google-cloud-go/compare/v0.116.0...v0.117.0) (2024-12-16) ### Features * **internal/trace:** Remove previously deprecated OpenCensus support ([#11230](https://togithub.com/googleapis/google-cloud-go/issues/11230)) ([40cf125](https://togithub.com/googleapis/google-cloud-go/commit/40cf1251c9d73be435585ce204a63588446c72b1)), refs [#10287](https://togithub.com/googleapis/google-cloud-go/issues/10287) * **transport:** Remove deprecated EXPERIMENTAL OpenCensus trace context propagation ([#11239](https://togithub.com/googleapis/google-cloud-go/issues/11239)) ([0d1ac87](https://togithub.com/googleapis/google-cloud-go/commit/0d1ac87174ed8526ea47d71a80e641ffbd687a6c)), refs [#10287](https://togithub.com/googleapis/google-cloud-go/issues/10287) [#11230](https://togithub.com/googleapis/google-cloud-go/issues/11230) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
removed::
refs: #10287