hf200012 commented 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: [email protected]

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