From 40946b96ded74f9b6bfac097069a8bba83af89a9 Mon Sep 17 00:00:00 2001 From: Kyrylo Shmidt Date: Tue, 7 Nov 2023 15:17:05 +0100 Subject: [PATCH] Add order position Span Scaling Well and Span Scaling Insufficient Data --- src/components/Insights/InsightList/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Insights/InsightList/index.tsx b/src/components/Insights/InsightList/index.tsx index c0fd8de7d..4ef93fcc6 100644 --- a/src/components/Insights/InsightList/index.tsx +++ b/src/components/Insights/InsightList/index.tsx @@ -83,7 +83,9 @@ export const getInsightTypeOrderPriority = (type: string): number => { // Span insights [InsightType.SpanDurations]: 60, [InsightType.SpanUsages]: 61, + [InsightType.SpanScalingInsufficientData]: 62, [InsightType.SpanScalingBadly]: 63, + [InsightType.SpanScalingWell]: 64, [InsightType.SpanNPlusOne]: 65, [InsightType.SpanDurationChange]: 66, [InsightType.SpanEndpointBottleneck]: 67,