mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 07:34:04 +00:00
fix: minTraceDuration and maxTraceDuration types (#295)
This commit is contained in:
parent
30a9cb1c87
commit
64293da11c
@ -200,8 +200,8 @@ limitations under the License. -->
|
|||||||
traceState: Status[0].value,
|
traceState: Status[0].value,
|
||||||
queryOrder: QueryOrders[0].value,
|
queryOrder: QueryOrders[0].value,
|
||||||
queryDuration: duration.value,
|
queryDuration: duration.value,
|
||||||
minTraceDuration: currentLatency.value[0],
|
minTraceDuration: Number(currentLatency.value[0]),
|
||||||
maxTraceDuration: currentLatency.value[1],
|
maxTraceDuration: Number(currentLatency.value[1]),
|
||||||
tags: tagsMap.value.length ? tagsMap.value : undefined,
|
tags: tagsMap.value.length ? tagsMap.value : undefined,
|
||||||
paging: { pageNum: 1, pageSize: 20 },
|
paging: { pageNum: 1, pageSize: 20 },
|
||||||
serviceId: state.service || undefined,
|
serviceId: state.service || undefined,
|
||||||
|
Loading…
Reference in New Issue
Block a user