mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 09:25:23 +00:00
fix apdex
This commit is contained in:
parent
69af56dc84
commit
88a4beab98
@ -388,7 +388,7 @@ export function aggregation(
|
||||
data = (val / 1024 / 1024 / 1024).toFixed(2);
|
||||
break;
|
||||
case Calculations.Apdex:
|
||||
data = (val / 10000).toFixed(2);
|
||||
data = val / 10000;
|
||||
break;
|
||||
case Calculations.ConvertSeconds:
|
||||
data = dayjs(val).format("YYYY-MM-DD HH:mm:ss");
|
||||
|
Loading…
Reference in New Issue
Block a user