Skip to content
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

Support Aws kinesis V1 and V2 SDKs #2031

Merged
merged 9 commits into from
Sep 3, 2024
Merged

Support Aws kinesis V1 and V2 SDKs #2031

merged 9 commits into from
Sep 3, 2024

Conversation

obenkenobi
Copy link
Contributor

Overview

Add support for adding external cloud traces for customers using AWS Kinesis v1 and v2 SDKs

Related Github Issue

#2016

@codecov-commenter
Copy link

codecov-commenter commented Aug 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.56%. Comparing base (08bc501) to head (3167eb0).
Report is 16 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2031      +/-   ##
============================================
- Coverage     70.57%   70.56%   -0.02%     
+ Complexity     9874     9872       -2     
============================================
  Files           829      829              
  Lines         39935    39945      +10     
  Branches       6079     6078       -1     
============================================
+ Hits          28186    28187       +1     
- Misses         9019     9024       +5     
- Partials       2730     2734       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@obenkenobi obenkenobi changed the title Support Aws kinesis SDKs Support Aws kinesis V1 and V2 SDKs Aug 30, 2024
}

public static CloudParameters createCloudParams() {
// Todo: add arn to cloud parameters
Copy link
Contributor

@jbedell-newrelic jbedell-newrelic Sep 3, 2024

Choose a reason for hiding this comment

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

Is this still a TODO? Is a separate method necessary at just 1 line?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, there is a separate ticket for reporting the ARN for kinesis, I am simply adding the todo for when I begin this ticket.

tracedMethod.reportAsExternal(createCloudParams());
}
public static CloudParameters createCloudParams() {
// Todo: add arn to cloud parameters
Copy link
Contributor

@jbedell-newrelic jbedell-newrelic Sep 3, 2024

Choose a reason for hiding this comment

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

Is this still a TODO? Is a separate method necessary at just 1 line?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is a repeat of what I said in another comment:
Yes, there is a separate ticket for reporting the ARN for kinesis, I am simply adding the todo for when I begin this ticket.

@obenkenobi obenkenobi merged commit 4232e81 into main Sep 3, 2024
111 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants