Skip to content

Commit

Permalink
Rename N+1 insight types (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshmidt-digma authored Feb 18, 2025
2 parents 51756df + 07969ce commit 927a71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jaeger-ui/src/components/common/InsightIcon/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ export const getInsightTypeInfo = (
},
[InsightType.EndpointSpanNPlusOne]: {
icon: SQLDatabaseIcon,
label: 'Suspected N+1',
label: 'Repeated Query',
},
[InsightType.SpaNPlusOne]: {
icon: SQLDatabaseIcon,
label: 'Suspected N+1',
label: 'Repeated Query',
},
[InsightType.SpanEndpointBottleneck]: {
icon: BottleneckIcon,
Expand Down

0 comments on commit 927a71d

Please sign in to comment.