fix: fixed typo in metric view dashboard title (#6557)

This commit is contained in:
SagarRajput-7 2024-11-29 11:27:54 +05:30 committed by GitHub
parent f7f8bf1867
commit 2b8a610a07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -517,7 +517,7 @@ export const consumerOffsetWidgetData = getWidgetQueryBuilder(
timeAggregation: 'avg',
},
],
title: 'Consumer Offest',
title: 'Consumer Offset',
description: 'Current offset of each consumer group for each topic partition',
}),
);