From 7e153500dd232b554f307b8d6519cfb288b07cda Mon Sep 17 00:00:00 2001 From: Kyrylo Shmidt Date: Thu, 14 Mar 2024 19:55:52 +0100 Subject: [PATCH] Update Bottleneck insights description --- .../EndpointBottleneckInsight/index.tsx | 17 ++++++++++++++--- .../SpanEndpointBottleneckInsight/index.tsx | 15 ++++++++++++--- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/src/components/Insights/common/insights/EndpointBottleneckInsight/index.tsx b/src/components/Insights/common/insights/EndpointBottleneckInsight/index.tsx index a95e1451d..861b8aa47 100644 --- a/src/components/Insights/common/insights/EndpointBottleneckInsight/index.tsx +++ b/src/components/Insights/common/insights/EndpointBottleneckInsight/index.tsx @@ -56,14 +56,25 @@ export const EndpointBottleneckInsight = ( /> - + + } + > {span.avgFractionWhenBeingBottleneck}% } > diff --git a/src/components/Insights/common/insights/SpanEndpointBottleneckInsight/index.tsx b/src/components/Insights/common/insights/SpanEndpointBottleneckInsight/index.tsx index 694b8de68..9a12d9c11 100644 --- a/src/components/Insights/common/insights/SpanEndpointBottleneckInsight/index.tsx +++ b/src/components/Insights/common/insights/SpanEndpointBottleneckInsight/index.tsx @@ -124,16 +124,25 @@ export const SpanEndpointBottleneckInsight = ( {selectedEndpoint && ( - + + } + > {selectedEndpoint.avgFractionWhenBeingBottleneck}% } >