-
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/datadogexporter] Migrating datadog exporter to use aws sdk v2 #36797
Conversation
@LZiHaN can you fix the merge conflict? Otherwise the tests won't run |
done. |
Looks like there are some linting errors, could you take a look at those? |
I’ve addressed the linting errors and tested everything locally. Please feel free to let me know if there’s anything else I should take a look at! |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
@LZiHaN please rebase |
ce5d382
to
af0eef3
Compare
done. |
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 another rebase, otherwise LGTM (changes on datadog stuff)
@mx-psi PTAL |
a8e7e25
to
e456e23
Compare
…v2 (open-telemetry#36797) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Migrating datadog exporter to use aws sdk v2 <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue refer to open-telemetry#36699 <!--Describe what testing was performed and which tests were added.--> #### Testing passes tests. updated mock client implementations to support the new SDK interfaces. <!--Describe the documentation added.--> #### Documentation no need to update. <!--Please delete paragraphs that you did not use before submitting.-->
Description
Migrating datadog exporter to use aws sdk v2
Link to tracking issue
refer to #36699
Testing
passes tests.
updated mock client implementations to support the new SDK interfaces.
Documentation
no need to update.