mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 01:09:02 +08:00
removes *100 since the logic hsa been moved to BE
This commit is contained in:
parent
62ad8433bf
commit
fc2d32e72d
@ -75,7 +75,7 @@ const columns = [
|
||||
key: "errorRate",
|
||||
sorter: (a: any, b: any) => a.errorRate - b.errorRate,
|
||||
// sortDirections: ['descend', 'ascend'],
|
||||
render: (value: number) => (value * 100).toFixed(2),
|
||||
render: (value: number) => (value).toFixed(2),
|
||||
},
|
||||
{
|
||||
title: "Requests Per Second",
|
||||
|
Loading…
x
Reference in New Issue
Block a user