-
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): deprecate OpenCensus support #10287
Merged
gcf-merge-on-green
merged 2 commits into
googleapis:main
from
quartzmo:trace-otel-default
May 31, 2024
Merged
feat(internal/trace): deprecate OpenCensus support #10287
gcf-merge-on-green
merged 2 commits into
googleapis:main
from
quartzmo:trace-otel-default
May 31, 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
* Change default for GOOGLE_API_GO_EXPERIMENTAL_TELEMETRY_PLATFORM_TRACING env var flag to OpenTelemetry. * See https://github.com/googleapis/google-cloud-go/blob/main/debug.md\#telemetry refs: googleapis#2205 refs: googleapis#8655
hongalex
approved these changes
May 30, 2024
codyoss
approved these changes
May 30, 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.
Thanks!
quartzmo
added
the
automerge
Merge the pull request once unit tests and other checks pass.
label
May 31, 2024
gcf-merge-on-green
bot
removed
the
automerge
Merge the pull request once unit tests and other checks pass.
label
May 31, 2024
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Jun 12, 2024
🤖 I have created a release *beep* *boop* --- ## [0.115.0](https://togithub.com/googleapis/google-cloud-go/compare/v0.114.0...v0.115.0) (2024-06-12) ### Features * **internal/trace:** Deprecate OpenCensus support ([#10287](https://togithub.com/googleapis/google-cloud-go/issues/10287)) ([430ce8a](https://togithub.com/googleapis/google-cloud-go/commit/430ce8adea2d0be43461e2ca783b7c17794e983f)), refs [#2205](https://togithub.com/googleapis/google-cloud-go/issues/2205) [#8655](https://togithub.com/googleapis/google-cloud-go/issues/8655) ### Bug Fixes * **internal/postprocessor:** Use approved image tag ([#10341](https://togithub.com/googleapis/google-cloud-go/issues/10341)) ([a388fe5](https://togithub.com/googleapis/google-cloud-go/commit/a388fe5cf075d0af986861c70dcb7b9f97c31019)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
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
* 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
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
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
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.
GOOGLE_API_GO_EXPERIMENTAL_TELEMETRY_PLATFORM_TRACING
env var flag to OpenTelemetry.refs: #2205
refs: #8655