newrelic/newrelic-java-agent

DynamoDB: auto discovery of the account ID

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.

The account ID is not readily available in the data used to query a DynamoDB table.
It is necessary to generate the ARN that is set in the cloud.resource_id attribute.

The Cloud API can be used to provide the account ID, but it requires code of configuration changes.
So a zero-touch way of finding it is desirable.