diff --git a/src/components/Insights/common/insights/DurationInsight/index.tsx b/src/components/Insights/common/insights/DurationInsight/index.tsx index 464ae4b7b..9c983dfa9 100644 --- a/src/components/Insights/common/insights/DurationInsight/index.tsx +++ b/src/components/Insights/common/insights/DurationInsight/index.tsx @@ -265,6 +265,11 @@ export const DurationInsight = (props: DurationInsightProps) => { content={ + {!props.insight.histogramPlot && ( + + Trigger more actions to see the full duration analysis + + )} {spanLastCall && ( ` width: 100%; height: ${({ $height }) => $height}px; diff --git a/src/components/Insights/common/insights/SlowEndpointInsight/index.tsx b/src/components/Insights/common/insights/SlowEndpointInsight/index.tsx index a9d49bdb7..96750140b 100644 --- a/src/components/Insights/common/insights/SlowEndpointInsight/index.tsx +++ b/src/components/Insights/common/insights/SlowEndpointInsight/index.tsx @@ -20,10 +20,8 @@ export const SlowEndpointInsight = (props: SlowEndpointInsightProps) => { - {`On average requests are slower than other endpoints by ${roundTo( - diff, - 2 - )}%`} + On average requests are slower than other endpoints by{" "} + {roundTo(diff, 2)}%