Skip to content

Commit

Permalink
feat: added 3 digit precision to 'ingestion_rate' and 'byte_rate'in c…
Browse files Browse the repository at this point in the history
…onsumer overview
  • Loading branch information
SagarRajput-7 committed Dec 12, 2024
1 parent 97aa0ad commit cd2e17f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ export function getColumns(
'throughput',
'avg_msg_size',
'error_percentage',
'ingestion_rate',
'byte_rate',
].includes(column.name)
? (value: number | string): string => {
if (!isNumber(value)) return value.toString();
Expand Down

0 comments on commit cd2e17f

Please sign in to comment.