zhengziyi0117 commented on PR #139: URL: https://github.com/apache/skywalking-query-protocol/pull/139#issuecomment-2416797875
The protocol usage process is roughly like this ``` 1. Add AsyncProfiler to the service monitoring page 2. You can use the "queryData" interface to get the instance ID that can perform "profiling" 3. Create a "profling" task through the "createAsyncProfilerTask" interface 4. Query "profling" tasks through the "queryAsyncProfilerTaskList" interface 5. Query the instance ID of the successful execution through the "queryAsyncProfilerTaskProgress" interface 6. Use "queryAsyncProfilerAnalyze" to analyze the performance of the successfully executed instance ``` And the wireframe diagram can see at: https://o0iubh7znc2.feishu.cn/docx/T5HmdNZCdo0f7yx2BiIcvDpknrc#share-H3crdHRjPo1Pihx63b2chJ1mnRb -- 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]
