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_REDSHIFT_CLUSTER service to the Ruby Agent, along with necessary linking data for entity relationships.
When APM monitored applications are using the AWS_REDSHIFT_CLUSTER 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.
Assume this will follow the pattern (agent spec?) established by the Java Agent.
N/A
The text was updated successfully, but these errors were encountered:
https://new-relic.atlassian.net/browse/NR-323115
Sorry, something went wrong.
No branches or pull requests
Description
Add core instrumentation support for the AWS_REDSHIFT_CLUSTER service to the Ruby Agent, along with necessary linking data for entity relationships.
Acceptance Criteria
When APM monitored applications are using the AWS_REDSHIFT_CLUSTER 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
Assume this will follow the pattern (agent spec?) established by the Java Agent.
Additional context
N/A
The text was updated successfully, but these errors were encountered: