Merge branch 'main' of github.com:apache/skywalking-booster-ui into feat/config

This commit is contained in:
Fine 2024-10-17 22:48:59 +08:00
commit 5250bd75e9

View File

@ -73,9 +73,9 @@ export const Processes = {
}; };
export const Endpoints = { export const Endpoints = {
variable: "$serviceId: ID!, $keyword: String!", variable: "$serviceId: ID!, $keyword: String!, $duration: Duration",
query: ` query: `
pods: findEndpoint(serviceId: $serviceId, keyword: $keyword, limit: 20) { pods: findEndpoint(serviceId: $serviceId, keyword: $keyword, limit: 20, duration: $duration) {
id id
value: name value: name
label: name label: name