mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-01 18:43:40 +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,
|
||||
queryOrder: QueryOrders[0].value,
|
||||
queryDuration: duration.value,
|
||||
minTraceDuration: currentLatency.value[0],
|
||||
maxTraceDuration: currentLatency.value[1],
|
||||
minTraceDuration: Number(currentLatency.value[0]),
|
||||
maxTraceDuration: Number(currentLatency.value[1]),
|
||||
tags: tagsMap.value.length ? tagsMap.value : undefined,
|
||||
paging: { pageNum: 1, pageSize: 20 },
|
||||
serviceId: state.service || undefined,
|
||||
|
Loading…
Reference in New Issue
Block a user