Skip to content

[exporter/awsemfexporter] Remove aws-sdk-go v1 usage from awsemfexporter #37490

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

Conversation

adwait-godbole
Copy link

@adwait-godbole adwait-godbole commented Jan 25, 2025

Description

Removing aws-sdk-go v1 usage from exporter/awsemfexporter

Link to tracking issue

Refer #36699

Testing

passes tests.

Documentation

no need to update

@adwait-godbole adwait-godbole requested a review from a team as a code owner January 25, 2025 16:46
Copy link

linux-foundation-easycla bot commented Jan 25, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

@@ -199,8 +199,8 @@ func (emf *emfExporter) shutdown(_ context.Context) error {
}

func wrapErrorIfBadRequest(err error) error {
var rfErr awserr.RequestFailure
if errors.As(err, &rfErr) && rfErr.StatusCode() < 500 {
var respErr *smithyhttp.ResponseError
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this require a change to the cwlogs.Pusher? Is that handled elsewhere?

@crobert-1 crobert-1 mentioned this pull request Feb 5, 2025
19 tasks
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Feb 12, 2025
Copy link
Contributor

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants