mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 03:24:09 +00:00
Merge branch 'main' of github.com:apache/skywalking-booster-ui into feat/config
This commit is contained in:
commit
5250bd75e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user