bigben0204 opened a new issue, #18726:
URL: https://github.com/apache/doris/issues/18726

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Description
   
   Currently the api GET /rest/v2/manager/query/profile/fragments/{query_id} 
can only get these information:
   
   {
       "msg": "success",
       "code": 0,
       "data": [
           {
               "fragment_id": "",
               "time": "",
               "instance_id": {
                   "": ""
               }
           }
       ],
       "count": 0
   }
   I need to query instance ip and port information like sql:
   
   mysql> SHOW QUERY PROFILE "/5dcfbc1054a74e8c-ad482d77a5170465/0";
   +-----------------------------------+----------------+------------+
   | Instances                         | Host           | ActiveTime |
   +-----------------------------------+----------------+------------+
   | 5dcfbc1054a74e8c-ad482d77a5170466 | 127.0.0.1:9060 | 11.69ms    |
   +-----------------------------------+----------------+------------+
   1 row in set (0.01 sec)
   So adding a new api to query instance host ip and port is necessary.
   
   
   ### Use case
   
   The feature is used for querying host ip and port scenario.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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