-
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
[extension/googleclientauth] Update github.com/GoogleCloudPlatform/opentelemetry-operations-go v0.48.0 #33493
[extension/googleclientauth] Update github.com/GoogleCloudPlatform/opentelemetry-operations-go v0.48.0 #33493
Conversation
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension Closes: open-telemetry#33185 Signed-off-by: Rintaro Okamura <[email protected]>
Refs: open-telemetry#33185 Signed-off-by: Rintaro Okamura <[email protected]>
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 make gotidy
, probably make genotelcontribcol
too
I guess this needs a changelog too?
@psx95 Thanks. I'll try to update the tests. |
- by `make gotidy` Signed-off-by: Rintaro Okamura <[email protected]>
…ntelemetry-operations-go v0.48.0 - by `make genotelcontribcol` Signed-off-by: Rintaro Okamura <[email protected]>
Signed-off-by: Rintaro Okamura <[email protected]>
…*worker).start in goleak Signed-off-by: Rintaro Okamura <[email protected]>
Signed-off-by: Rintaro Okamura <[email protected]>
@psx95 Could you please review the changes? |
@@ -9,3 +9,8 @@ status: | |||
|
|||
tests: | |||
skip_lifecycle: true | |||
goleak: |
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.
I'm not familiar with the use of metadata.yaml
file in this repo, so just confirming - is this required when the generated_package_test.go
already programmatically seem to ignore the goleak coming from opencensus
?
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.
generated_package_test.go
is generated based on metadata.yaml
. It is required to write goleak.ignore
block here.
Without this goleak.ignore
, the tests should fail with goroutine leak caused by opencensus
.
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.
I see, thanks for the confirmation.
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.
LGTM, pending one clarification.
PS - Just calling out that the kubernetes test seem to be failing, but I don't see how this PR could cause them to fail.
Signed-off-by: Rintaro Okamura <[email protected]>
I think this is related to #33520. |
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.
Sorry @rinx this will need another rebase after the v0.103.0 release. Please wait until the release is out, and rebase the PR to address the conflicts and we can get this merged
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.
@rinx this is ready to rebase whenever you have a moment
Signed-off-by: Rintaro Okamura <[email protected]>
@codeboten I rebased it. Thanks. |
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 @rinx
Description:
Update github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension to v0.48.0.
This update includes support for Google-signed ID token.
https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases/tag/v0.48.0
Link to tracking Issue:
#33185
Testing:
Documentation:
The documents about googleclientauth extension also updated.