wu-sheng commented on code in PR #12730:
URL: https://github.com/apache/skywalking/pull/12730#discussion_r1822080593


##########
docs/en/api/metrics-query-expression.md:
##########
@@ -237,7 +237,12 @@ top_n(<metric_name>, <top_number>, <order>, <attrs>)
 - `attrs` optional, attrs is the attributes of the metrics, could be used to 
filter the topN results. 
    SkyWalking supports 6 attrs: `attr0`, `attr1`, `attr2`, `attr3`, `attr4`, 
`attr5`. 
    The format is `attr0='value', attr1='value'...attr5='value5'`, could use 
one or multiple attrs to filter the topN results.
-  **Notice**: The `attrs` only support Service metrics for now and should be 
added in the metrics first, see [Metrics Additional 
Attributes](../concepts-and-designs/metrics-additional-attributes.md).
+   The attrs filter also supports not equal filter `!=`, the format is 
`attr0='value'`.

Review Comment:
   ```suggestion
      The attrs filter also supports not-equal filter `!=`, the format is 
`attr0='value'`.
   ```
   
   Lets use `not-equal` to replace the two words in the whole document.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to