fix(8232): added fix for error graph in services tab (#8263)

This commit is contained in:
aniketio-ctrl 2025-06-17 13:38:38 +05:30 committed by GitHub
parent 385ee268e3
commit e3018d9529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -611,9 +611,7 @@ export const errorPercentage = ({
{
id: '',
key: {
key: dotMetricsEnabled
? WidgetKeys.Service_name
: WidgetKeys.StatusCodeNorm,
key: dotMetricsEnabled ? WidgetKeys.StatusCode : WidgetKeys.StatusCodeNorm,
dataType: DataTypes.Int64,
isColumn: false,
type: MetricsType.Tag,