Skip to content

Commit

Permalink
fix(nrql): finessing accountID description
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluecho9 committed Apr 5, 2022
1 parent 675dcb7 commit 8c02c77
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1833,11 +1833,7 @@ Use non-aggregator functions for non-numerical data in NRQL queries.
className="freq-link"
title={<InlineCode>accountId()</InlineCode>}
>
Use the `accountId()` function to return the [account ID](/docs/accounts/accounts-billing/account-structure/account-id) for queried events. This is useful when querying data that crosses multiple New Relic accounts.

This function takes no arguments.

Here are some example queries:
Use the `accountId()` function to return the [account ID](/docs/accounts/accounts-billing/account-structure/account-id) associated with queried data. This function takes no arguments. Here are some example queries:

<CollapserGroup>
<Collapser title="Get the account ID for each Transaction event">
Expand Down

0 comments on commit 8c02c77

Please sign in to comment.