You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/08/03 02:33:50 UTC

[GitHub] [incubator-doris] hf200012 removed a comment on issue #6363: [BUG] The metric http restful API has problem

hf200012 removed a comment on issue #6363:
URL: https://github.com/apache/incubator-doris/issues/6363#issuecomment-891466875


   This is not a bug. When the type parameter is json, json data is returned
   
   http://10.220.146.10:8030/metrics?type=json
   
   `[
     {
       "tags": {
         "metric": "jvm_heap_size_bytes",
         "type": "max"
       },
       "unit": "nounit",
       "value": 4181590016
     },
     {
       "tags": {
         "metric": "jvm_heap_size_bytes",
         "type": "committed"
       },
       "unit": "nounit",
       "value": 2181017600
     },
     {
       "tags": {
         "metric": "jvm_heap_size_bytes",
         "type": "used"
       },
       "unit": "nounit",
       "value": 1346978752
     },
     ......
     ,{
       "tags": {
         "metric": "node_info",
         "status": "is_master"
       },
       "unit": "nounit",
       "value": 1
     }
   ]`


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org