We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51756df + 07969ce commit 927a71dCopy full SHA for 927a71d
packages/jaeger-ui/src/components/common/InsightIcon/utils.ts
@@ -62,11 +62,11 @@ export const getInsightTypeInfo = (
62
},
63
[InsightType.EndpointSpanNPlusOne]: {
64
icon: SQLDatabaseIcon,
65
- label: 'Suspected N+1',
+ label: 'Repeated Query',
66
67
[InsightType.SpaNPlusOne]: {
68
69
70
71
[InsightType.SpanEndpointBottleneck]: {
72
icon: BottleneckIcon,
0 commit comments