Skip to content

Commit d9acf4c

Browse files
committed
Updating increased argument support section
1 parent 1fa1a95 commit d9acf4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/whats-new/2025/08/whats-new-8-15-high-precision-uniquecount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ The `uniqueCount()` function returns the number of unique values recorded for on
1313
You can now supply a `precision` argument to `uniqueCount()` with a value in the range of 256 - 50,000 to increase the threshold for exact results up to 50,000! Higher precision values also proportionally reduce the standard error when returning an approximate result, with a `precision` of 50,000 having a standard error of 0.14%.
1414

1515
## Increased Argument Support Within UniqueCount
16-
The `uniqueCount()` function previously allowed a maximum of 20 arguments. You can now use the `uniqueCount()` function with up to 32 arguments!
16+
The `uniqueCount()` function accepts one or more arguments and returns the number of unique combinations of all the arguments provided. The `uniqueCount()` function previously allowed a maximum of 20 arguments. You can now use the `uniqueCount()` function with up to 32 arguments!
1717

1818
Check out the [uniqueCount()](https://docs.newrelic.com/docs/nrql/nrql-syntax-clauses-functions/#func-uniqueCount) function documentation for more details.

0 commit comments

Comments
 (0)