You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "morningman (via GitHub)" <gi...@apache.org> on 2023/04/21 06:35:13 UTC

[GitHub] [doris] morningman commented on pull request #18725: [Feature](profile) Add a new rest api to query instance host and ip information for query profile action in branch master

morningman commented on PR #18725:
URL: https://github.com/apache/doris/pull/18725#issuecomment-1517336608

   For this result:
   ```
   {
       "msg": "success",
       "code": 0,
       "data": [
           {
               "fragment_id": "",
               "time": "",
               "instance_id": {
                   "": ""
               }
           }
       ],
       "count": 0
   }
   ```
   
   Why not add all instances' info in 
   ```
    "instance_id": {
                   "": ""
   }
   ```
   ?
   


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