We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 core instrumentation support for the AWS_APP_SYNC_API service to the Ruby Agent, along with necessary linking data for entity relationships.
When APM monitored applications are using the AWS_APP_SYNC_API service, entity relationships are created.
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.
Assumes the pattern (agent spec?) defined by the Java Agent will be followed.
N/A
The text was updated successfully, but these errors were encountered:
https://new-relic.atlassian.net/browse/NR-323111
Sorry, something went wrong.
tannalynn
No branches or pull requests
Description
Add core instrumentation support for the AWS_APP_SYNC_API service to the Ruby Agent, along with necessary linking data for entity relationships.
Acceptance Criteria
When APM monitored applications are using the AWS_APP_SYNC_API 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
Assumes the pattern (agent spec?) defined by the Java Agent will be followed.
Additional context
N/A
The text was updated successfully, but these errors were encountered: