Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import ClockWithTicksIcon from '../icons/ClockWithTicksIcon';
import PieChartIcon from '../icons/PieChartIcon';
import PulseIcon from '../icons/PulseIcon';
import TwoHorizontalEndpointsIcon from '../icons/TwoHorizontalEndpointsIcon';
import SoundWaveIcon from '../icons/SoundWaveIcon';

export const getInsightTypeInfo = (
type: InsightType
Expand Down Expand Up @@ -101,7 +102,7 @@ export const getInsightTypeInfo = (
label: 'Session in View Query Detected',
},
[InsightType.EndpointChattyApiV2]: {
icon: TwoHorizontalEndpointsIcon,
icon: SoundWaveIcon,
label: 'Excessive API Calls Detected',
},
[InsightType.EndpointHighNumberOfQueries]: {
Expand Down

This file was deleted.

Loading