mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 01:59:04 +08:00
feat: corrected the color map for error % and added throughput unit (#7030)
This commit is contained in:
parent
66adc7fbf9
commit
62064f136d
@ -244,7 +244,7 @@ function getColumns(data: RowData[]): TableColumnsType<RowData> {
|
||||
},
|
||||
},
|
||||
{
|
||||
title: 'THROUGHPUT',
|
||||
title: 'THROUGHPUT (ops/s)',
|
||||
dataIndex: 'throughput',
|
||||
key: 'throughput',
|
||||
ellipsis: {
|
||||
|
@ -116,8 +116,8 @@ export default function OverviewRightPanelGraph({
|
||||
isDarkMode: false,
|
||||
drawStyle: 'bars',
|
||||
colorMapping: {
|
||||
False: Color.BG_CHERRY_500,
|
||||
True: Color.BG_FOREST_400,
|
||||
True: Color.BG_CHERRY_500,
|
||||
False: Color.BG_FOREST_400,
|
||||
None: Color.BG_SLATE_200,
|
||||
'Request Rate': Color.BG_ROBIN_500,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user