We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd9ca2 commit e6143dbCopy full SHA for e6143db
agent/scripts/newrelic.ini.template
@@ -1357,7 +1357,11 @@ newrelic.daemon.logfile = "/var/log/newrelic/newrelic-daemon.log"
1357
; Type : string
1358
; Scope : per-directory
1359
; Default: none
1360
-; Info : AWS account id that is used to map entities called
1361
-; via the AWS SDK.
+; Info : This setting is read by some cloud service instrumentation so the
+; cloud.resource_id attribute can be set in the respective spans.
1362
+;
1363
+; AWS DynamoDB and Kinesis are services that require this value to be
1364
+; able to populate the cloud.resource_id attribute. Likewise, AWS Lambda
1365
+; requires that this value when the account ID is not part of the function name.
1366
;
1367
;newrelic.cloud.aws.account_id = ""
0 commit comments