chaoyli commented on issue #3517:
URL: 
https://github.com/apache/incubator-doris/issues/3517#issuecomment-625588846


   Supposing there are 10000 tablets in one BE node, the metric is like this
   ```
   [
      {
         "tags":{
            "tablet_id":10010,
            "metric":"scanner_rows"
         },
         "value":1000,
         "unit":"number"
      },
      {
         "tags":{
            "tablet_id":10010,
            "metric":"scanner_bytes"
         },
         "value":1024,
         "unit":"bytes"
      }
   ]
   ```


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to