Skip to content

Commit 65116bc

Browse files
Merge pull request #75 from digma-ai/fix/icons
Update Excessive API Calls insight icon
1 parent b81123d commit 65116bc

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { InsightType } from './types';
1515
import ClockWithTicksIcon from '../icons/ClockWithTicksIcon';
1616
import PieChartIcon from '../icons/PieChartIcon';
1717
import PulseIcon from '../icons/PulseIcon';
18-
import TwoHorizontalEndpointsIcon from '../icons/TwoHorizontalEndpointsIcon';
18+
import SoundWaveIcon from '../icons/SoundWaveIcon';
1919

2020
export 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]: {

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

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

0 commit comments

Comments
 (0)