You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to define a way for a customer to programmatically provide the agent with AWS account ID info, for later use in emitting data for relationship matching for certain services like DynamoDB.
Could be as simple as the account-id alone or as complex as a full ARN or ARN-like data element.
Should assume that a customer application could be invoking one or more AWS services, each using a different account ID.
Acceptance Criteria
Need to define an agent API call that customers can make that will then allow their apps to use a service like DynamoDB and have that relationship get matched/created.
Design Consideration/Limitations
Will need to be implemented across all language agents.
Dependencies
N/A
Additional context
Should get familiar with how customers will do this for Open Telemetry.
The text was updated successfully, but these errors were encountered:
Description
Need to define a way for a customer to programmatically provide the agent with AWS account ID info, for later use in emitting data for relationship matching for certain services like DynamoDB.
Could be as simple as the
account-id
alone or as complex as a fullARN
orARN-like
data element.Should assume that a customer application could be invoking one or more AWS services, each using a different account ID.
Acceptance Criteria
Need to define an agent API call that customers can make that will then allow their apps to use a service like DynamoDB and have that relationship get matched/created.
Design Consideration/Limitations
Will need to be implemented across all language agents.
Dependencies
N/A
Additional context
Should get familiar with how customers will do this for Open Telemetry.
The text was updated successfully, but these errors were encountered: