mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
feat: Support searching endpoints with keyword (#43)
This commit is contained in:
@@ -52,7 +52,7 @@ export const Instances = {
|
||||
export const Endpoints = {
|
||||
variable: "$serviceId: ID!, $keyword: String!",
|
||||
query: `
|
||||
pods: findEndpoint(serviceId: $serviceId, keyword: $keyword, limit: 100) {
|
||||
pods: findEndpoint(serviceId: $serviceId, keyword: $keyword, limit: 20) {
|
||||
id
|
||||
value: name
|
||||
label: name
|
||||
|
Reference in New Issue
Block a user