wu-sheng commented on code in PR #9725: URL: https://github.com/apache/skywalking/pull/9725#discussion_r985188339
########## docs/en/concepts-and-designs/mal.md: ########## @@ -164,7 +164,7 @@ These operations can be used to aggregate overall label dimensions or preserve d Example expression: ``` -instance_trace_count.sum(by: ['az']) +instance_trace_count.sum(['az']) Review Comment: @hanahmily @wankai123 Do you remember when we had by as keyword? I remember it doesn't there from beginning. -- 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]
