From 67c218bed6a098eec1d911611d82b483aad183dd Mon Sep 17 00:00:00 2001 From: Himanshu Gupta Date: Wed, 4 Nov 2015 11:36:49 -0600 Subject: [PATCH] since topN is descending by default, inversion makes is ascending --- docs/content/querying/topnmetricspec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/querying/topnmetricspec.md b/docs/content/querying/topnmetricspec.md index 7ae63c91545..94251e04954 100644 --- a/docs/content/querying/topnmetricspec.md +++ b/docs/content/querying/topnmetricspec.md @@ -63,7 +63,7 @@ The algorithm is based on [https://github.com/amjjd/java-alphanum](https://githu ## Inverted TopNMetricSpec -Sort dimension values in inverted order, i.e inverts the order of the delegate metric spec. It can be used to sort the values in descending order. +Sort dimension values in inverted order, i.e inverts the order of the delegate metric spec. It can be used to sort the values in ascending order. ```json "metric": {