diff --git a/packages/jaeger-ui/src/components/common/ErrorMessage.tsx b/packages/jaeger-ui/src/components/common/ErrorMessage.tsx index 67a2a7db82..5749f8e6a5 100644 --- a/packages/jaeger-ui/src/components/common/ErrorMessage.tsx +++ b/packages/jaeger-ui/src/components/common/ErrorMessage.tsx @@ -23,7 +23,7 @@ import { BrokenLinkCircleIcon } from './icons/BrokenLinkCircleIcon'; import { isString } from '../../utils/ts/typeGuards/isString'; const SLACK_CHANNEL_URL = - 'https://join.slack.com/t/continuous-feedback/shared_invite/zt-1hk5rbjow-yXOIxyyYOLSXpCZ4RXstgA'; + 'https://join.slack.com/t/continuous-feedback/shared_invite/zt-2gsif7wdy-6Jf17HIJESc2tknT5gybtw'; type ErrorMessageProps = { className?: string; diff --git a/packages/jaeger-ui/src/components/common/InsightIcon/utils.ts b/packages/jaeger-ui/src/components/common/InsightIcon/utils.ts index 04c4945164..1a3c270d35 100644 --- a/packages/jaeger-ui/src/components/common/InsightIcon/utils.ts +++ b/packages/jaeger-ui/src/components/common/InsightIcon/utils.ts @@ -98,11 +98,6 @@ export const getInsightTypeInfo = ( icon: SQLDatabaseIcon, label: 'Session in View Query Detected', }, - // deprecated - [InsightType.EndpointChattyApi]: { - icon: SQLDatabaseIcon, - label: 'Excessive API Calls Detected', - }, [InsightType.EndpointChattyApiV2]: { icon: SQLDatabaseIcon, label: 'Excessive API Calls Detected', @@ -119,11 +114,6 @@ export const getInsightTypeInfo = ( icon: SQLDatabaseIcon, label: 'Inefficient Query', }, - // deprecated - [InsightType.EndpointQueryOptimization]: { - icon: SQLDatabaseIcon, - label: 'Inefficient Query', - }, [InsightType.EndpointQueryOptimizationV2]: { icon: SQLDatabaseIcon, label: 'Inefficient Query', @@ -166,10 +156,8 @@ export const getInsightTypeOrderPriority = (type: string): number => { [InsightType.NormalUsage]: 50, [InsightType.EndpointSpanNPlusOne]: 55, [InsightType.EndpointSessionInView]: 56, - [InsightType.EndpointChattyApi]: 57, // deprecated [InsightType.EndpointChattyApiV2]: 57, [InsightType.EndpointHighNumberOfQueries]: 58, - [InsightType.EndpointQueryOptimization]: 59, // deprecated [InsightType.EndpointQueryOptimizationV2]: 59, // Span insights