You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/02/25 09:34:55 UTC

[GitHub] [skywalking] liqiangz opened a new issue #6444: Search Endpoint use keyword params

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.
   
   ![image](https://user-images.githubusercontent.com/16935891/109132609-fd14eb00-778e-11eb-9fe1-b0c76085ad23.png)
   
   
   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"}}
   ```
   ![image](https://user-images.githubusercontent.com/16935891/109132968-685ebd00-778f-11eb-911c-e249889b4ed1.png)
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] liqiangz commented on issue #6444: Search Endpoint use keyword params

Posted by GitBox <gi...@apache.org>.
liqiangz commented on issue #6444:
URL: https://github.com/apache/skywalking/issues/6444#issuecomment-785775860


   @wu-sheng yes,   clicking enter  does't  search service by calling graphql request.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #6444: Search Endpoint use keyword params

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6444:
URL: https://github.com/apache/skywalking/issues/6444#issuecomment-785768302


   Do you mean this UI doesn't use search service? If so, this seems a bug. @Fine0830 Could you check this?
   
   ![image](https://user-images.githubusercontent.com/5441976/109135589-326f0800-7792-11eb-85e6-6de89e61fc38.png)
   When I type things here and click `enter`, it should be `run` for this
   https://github.com/apache/skywalking-query-protocol/blob/42d6783d8c1a0d0d4c2b28e58dc1f47dd554964e/metadata.graphqls#L85


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #6444: Search Endpoint use keyword params

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6444:
URL: https://github.com/apache/skywalking/issues/6444#issuecomment-785766004


   Why do you need such a long list?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #6444: Search Endpoint use keyword params

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6444:
URL: https://github.com/apache/skywalking/issues/6444#issuecomment-785778354


   > @wu-sheng yes, clicking enter does't search service by calling graphql request.
   
   I have tagged this as a bug.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng closed issue #6444: Search Endpoint use keyword params

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #6444:
URL: https://github.com/apache/skywalking/issues/6444


   


----------------------------------------------------------------
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:
users@infra.apache.org