Skip to content

Commit dbee258

Browse files
minor enhancement
1 parent 32b86e2 commit dbee258

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/apm/agents/java-agent/api-guides/guide-using-java-agent-api.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -714,11 +714,11 @@ The following APIs provide additional functionality, such as setting app server
714714
NewRelic.getAgent().getCloud().setAccountInfo(CloudAccountInfo.AWS_ACCOUNT_ID, "...");
715715
```
716716

717-
With this method you can provide the type of account information and its value. Then the agent will use this information to populate the attribute `cloud.resource_id` in select cloud services spans.
717+
With this method, you can provide the type of account information and its value. The agent uses this information to populate the attribute `cloud.resource_id` in the select cloud services spans.
718718

719-
AWS DynamoDB and Kinesis are services that require this value to be able to populate the `cloud.resource_id` attribute. Likewise, AWS Lambda requires that this value when the account ID is not part of the function name.
719+
AWS DynamoDB and Kinesis are services that require this value to populate the `cloud.resource_id` attribute. Similarly, AWS Lambda requires this value when the account ID is not part of the function name.
720720

721-
Calling this method will override the respective cloud configuration. The call shown above will override `cloud.aws.account_id`.
721+
Calling this method overrides the respective cloud configuration. The call shown above overrides `cloud.aws.account_id`.
722722
</td>
723723
</tr>
724724

@@ -732,7 +732,7 @@ The following APIs provide additional functionality, such as setting app server
732732
NewRelic.getAgent().getCloud().setAccountInfo(sdkClient, CloudAccountInfo.AWS_ACCOUNT_ID, "...");
733733
```
734734

735-
This call provides the same information as the previous method, but it is specific to the SDK client provided. When the specified SDK client is used, this data will be used instead of the general one.
735+
This call provides the same information as the preceding method, but it is specific to the SDK client provided. When the specified SDK client is used, this data will be used instead of the general one.
736736
</td>
737737
</tr>
738738
</tbody>

0 commit comments

Comments
 (0)