File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed
packages/jaeger-ui/src/components/common Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import ClockWithTicksIcon from '../icons/ClockWithTicksIcon';
16
16
import PieChartIcon from '../icons/PieChartIcon' ;
17
17
import PulseIcon from '../icons/PulseIcon' ;
18
18
import TwoHorizontalEndpointsIcon from '../icons/TwoHorizontalEndpointsIcon' ;
19
+ import SoundWaveIcon from '../icons/SoundWaveIcon' ;
19
20
20
21
export const getInsightTypeInfo = (
21
22
type : InsightType
@@ -101,7 +102,7 @@ export const getInsightTypeInfo = (
101
102
label : 'Session in View Query Detected' ,
102
103
} ,
103
104
[ InsightType . EndpointChattyApiV2 ] : {
104
- icon : TwoHorizontalEndpointsIcon ,
105
+ icon : SoundWaveIcon ,
105
106
label : 'Excessive API Calls Detected' ,
106
107
} ,
107
108
[ InsightType . EndpointHighNumberOfQueries ] : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments