-
Notifications
You must be signed in to change notification settings - Fork 150
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
Add instrumentation and entity relationship support for AWS_KINESIS_DELIVERY_STREAM #2070
Labels
Milestone
Comments
The functionality on the agent side is essentially "code complete" and merged into the main branch of the agent but not done. |
End to end validation is complete, some more discussions if other agent teams would want to replicate the Java Agent's approach needs to be done until the ticket is closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
Add core instrumentation support for the AWS_KINESIS_DELIVERY_STREAM service to the Java Agent, along with necessary linking data for entity relationships.
Acceptance Criteria
When APM monitored applications are using the AWS_KINESIS_DELIVERY_STREAM service, entity relationships are created.
Design Consideration/Limitations
Assume the data to be emitted for linking will need to rely on ARN-like matching, requiring the AWS account ID to be available in some manner.
Dependencies
Will need to leverage work under #2003 to get the needed account ID.
Additional context
N/A
The text was updated successfully, but these errors were encountered: