liqiangz opened a new issue #6444: URL: https://github.com/apache/skywalking/issues/6444
Please answer these questions before submitting your issue. - Why do you submit this issue? - [ ] Question or discussion - [ ] Bug - [x] Requirement - [ ] Feature or performance improvement ### Requirement or improvement - Please describe your requirements or improvement suggestions. Now the Endpoint list gets one hundred items when it is initialized. Now the search is only the hundred items.  If the number of Endpoints exceeds one hundred, maybe we can search it use keyword params ``` json {"query":"query queryEndpoints($serviceId: ID!, $keyword: String!) {\n getEndpoints: searchEndpoint(serviceId: $serviceId, keyword: $keyword, limit: 1000) {\n key: id\n label: name\n }\n}","variables":{"serviceId":"dGhzamotZG9ja2VyLWZ1bmRzYWxlLXdzank4NDQz.1","keyword":"trend"}} ```  ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
