This is an automated email from the ASF dual-hosted git repository.

liuhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git


The following commit(s) were added to refs/heads/main by this push:
     new bddbe409 add duration (#420)
bddbe409 is described below

commit bddbe409749953d89c31707eb42f683d4b248192
Author: Fine0830 <[email protected]>
AuthorDate: Wed Oct 16 10:26:45 2024 +0800

    add duration (#420)
---
 src/graphql/fragments/selector.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/graphql/fragments/selector.ts 
b/src/graphql/fragments/selector.ts
index 9c9e46d6..8f1b09eb 100644
--- a/src/graphql/fragments/selector.ts
+++ b/src/graphql/fragments/selector.ts
@@ -73,9 +73,9 @@ export const Processes = {
 };
 
 export const Endpoints = {
-  variable: "$serviceId: ID!, $keyword: String!",
+  variable: "$serviceId: ID!, $keyword: String!, $duration: Duration",
   query: `
-  pods: findEndpoint(serviceId: $serviceId, keyword: $keyword, limit: 20) {
+  pods: findEndpoint(serviceId: $serviceId, keyword: $keyword, limit: 20, 
duration: $duration) {
     id
     value: name
      label: name

Reply via email to