File tree Expand file tree Collapse file tree 2 files changed +2
-22
lines changed
packages/jaeger-ui/src/components/common Expand file tree Collapse file tree 2 files changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { InsightType } from './types';
1515import ClockWithTicksIcon from '../icons/ClockWithTicksIcon' ;
1616import PieChartIcon from '../icons/PieChartIcon' ;
1717import PulseIcon from '../icons/PulseIcon' ;
18- import TwoHorizontalEndpointsIcon from '../icons/TwoHorizontalEndpointsIcon ' ;
18+ import SoundWaveIcon from '../icons/SoundWaveIcon ' ;
1919
2020export const getInsightTypeInfo = (
2121 type : InsightType
@@ -101,7 +101,7 @@ export const getInsightTypeInfo = (
101101 label : 'Session in View Query Detected' ,
102102 } ,
103103 [ InsightType . EndpointChattyApiV2 ] : {
104- icon : TwoHorizontalEndpointsIcon ,
104+ icon : SoundWaveIcon ,
105105 label : 'Excessive API Calls Detected' ,
106106 } ,
107107 [ InsightType . EndpointHighNumberOfQueries ] : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments