weixiang1862 commented on PR #11036:
URL: https://github.com/apache/skywalking/pull/11036#issuecomment-1619872678

   > What do you mean? D you mean it is supported or what?
   
   I means `label match` is supported, if we aggregate all label values, we can 
define MQE like this:
   ```
   aggregate_label(mongodb_cluster_connection, SUM)
   ```
   If we just want aggregate part of labels, we can define MQE like this:
   ```
   aggregate_label(mongodb_cluster_connection{label='1,2,3,4'}, SUM)
   ```


-- 
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