-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[exporter/alibabacloudlogservice] Upgrade code to adopt new aliyun-log-go-sdk version #30243
[exporter/alibabacloudlogservice] Upgrade code to adopt new aliyun-log-go-sdk version #30243
Conversation
Link to : #29721 |
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.
Please fix lint
alibabacloudlogserviceexporter/uploader.go:58: File is not
gci
-ed with --skip-generated -s standard -s default -s prefix(github.com/open-telemetry/opentelemetry-collector-contrib) (gci)
producerConfig.UpdateStsToken = tokenUpdateFunc | ||
provider := sls.NewUpdateFuncProviderAdapter(tokenUpdateFunc) | ||
producerConfig.CredentialsProvider = provider | ||
|
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.
There no logical separation here
…g-go-sdk version (open-telemetry#30243) **Description:** Replace deprecated UpdateStsToken, AccessKeyID, and AccessKeySecret fields in ProducerConfig with CredentialsProvider **Link to tracking Issue:** open-telemetry#26456
Description:
Replace deprecated UpdateStsToken, AccessKeyID, and AccessKeySecret fields in ProducerConfig with CredentialsProvider
Link to tracking Issue:
#26456