Skip to content

Commit 927a71d

Browse files
Rename N+1 insight types (#78)
2 parents 51756df + 07969ce commit 927a71d

File tree

1 file changed

+2
-2
lines changed
  • packages/jaeger-ui/src/components/common/InsightIcon

1 file changed

+2
-2
lines changed

packages/jaeger-ui/src/components/common/InsightIcon/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ export const getInsightTypeInfo = (
6262
},
6363
[InsightType.EndpointSpanNPlusOne]: {
6464
icon: SQLDatabaseIcon,
65-
label: 'Suspected N+1',
65+
label: 'Repeated Query',
6666
},
6767
[InsightType.SpaNPlusOne]: {
6868
icon: SQLDatabaseIcon,
69-
label: 'Suspected N+1',
69+
label: 'Repeated Query',
7070
},
7171
[InsightType.SpanEndpointBottleneck]: {
7272
icon: BottleneckIcon,

0 commit comments

Comments
 (0)