mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
update
This commit is contained in:
@@ -82,24 +82,7 @@ function setCondition() {
|
|||||||
endpointId: state.endpoint.id || undefined,
|
endpointId: state.endpoint.id || undefined,
|
||||||
serviceInstanceId: state.instance.id || undefined,
|
serviceInstanceId: state.instance.id || undefined,
|
||||||
};
|
};
|
||||||
return param;
|
|
||||||
}
|
}
|
||||||
let endpoint = "",
|
|
||||||
instance = "";
|
|
||||||
if (dashboardStore.entity === EntityType[2].value) {
|
|
||||||
endpoint = selectorStore.currentPod.id;
|
|
||||||
}
|
|
||||||
if (dashboardStore.entity === EntityType[3].value) {
|
|
||||||
instance = selectorStore.currentPod.id;
|
|
||||||
}
|
|
||||||
param = {
|
|
||||||
...param,
|
|
||||||
serviceId: selectorStore.currentService
|
|
||||||
? selectorStore.currentService.id
|
|
||||||
: state.service.id,
|
|
||||||
endpointId: endpoint || state.endpoint.id || undefined,
|
|
||||||
serviceInstanceId: instance || state.instance.id || undefined,
|
|
||||||
};
|
|
||||||
return param;
|
return param;
|
||||||
}
|
}
|
||||||
function searchTraces() {
|
function searchTraces() {
|
||||||
|
@@ -58,8 +58,8 @@ limitations under the License. -->
|
|||||||
<span class="b">{{ i.endpointNames[0] }}</span>
|
<span class="b">{{ i.endpointNames[0] }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="grey ell sm">
|
<div class="grey ell sm">
|
||||||
<span class="tag mr-10 sm">{{ i.duration }} ms</span
|
<span class="tag mr-10 sm"> {{ i.duration }} ms </span>
|
||||||
>{{ dateFormat(parseInt(i.start, 10)) }}
|
{{ dateFormat(parseInt(i.start, 10)) }}
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user