Skip to content

Commit b4dc52c

Browse files
committed
Update Excessive API Calls insight icon
1 parent b81123d commit b4dc52c

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import ClockWithTicksIcon from '../icons/ClockWithTicksIcon';
1616
import PieChartIcon from '../icons/PieChartIcon';
1717
import PulseIcon from '../icons/PulseIcon';
1818
import TwoHorizontalEndpointsIcon from '../icons/TwoHorizontalEndpointsIcon';
19+
import SoundWaveIcon from '../icons/SoundWaveIcon';
1920

2021
export const getInsightTypeInfo = (
2122
type: InsightType
@@ -101,7 +102,7 @@ export const getInsightTypeInfo = (
101102
label: 'Session in View Query Detected',
102103
},
103104
[InsightType.EndpointChattyApiV2]: {
104-
icon: TwoHorizontalEndpointsIcon,
105+
icon: SoundWaveIcon,
105106
label: 'Excessive API Calls Detected',
106107
},
107108
[InsightType.EndpointHighNumberOfQueries]: {

packages/jaeger-ui/src/components/common/icons/TwoHorizontalEndpointsIcon.tsx

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)