-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update GCP exporters to v0.48.2 #35366
Conversation
looks like the GMP exporter needs to be updated. Also remember to mark the exporters mutating. That should be using |
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.
go.mod/go.sum deps changes detected, please run "make gotidy" and commit the changes in this PR.
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.
Needs a rebase and it should be good to merge after
@damemi please rebase when you get the chance. |
Rebased, thanks! |
**Description:** This updates the GCP dependencies to v0.48.2. Full release notes for this release are available at https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases/tag/v0.48.2 **Link to tracking Issue:** <Issue number if applicable> **Testing:** Downstream unit/integration tests **Documentation:** n/a Fixes open-telemetry#35206
**Description:** This updates the GCP dependencies to v0.48.2. Full release notes for this release are available at https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases/tag/v0.48.2 **Link to tracking Issue:** <Issue number if applicable> **Testing:** Downstream unit/integration tests **Documentation:** n/a Fixes open-telemetry#35206
Description:
This updates the GCP dependencies to v0.48.2. Full release notes for this release are available at https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases/tag/v0.48.2
Link to tracking Issue:
Testing: Downstream unit/integration tests
Documentation: n/a
Fixes #35206