diff --git a/packages/jaeger-ui/src/components/TracePage/TraceGraph/TraceGraph.tsx b/packages/jaeger-ui/src/components/TracePage/TraceGraph/TraceGraph.tsx index 832447b72b..6b8477602c 100644 --- a/packages/jaeger-ui/src/components/TracePage/TraceGraph/TraceGraph.tsx +++ b/packages/jaeger-ui/src/components/TracePage/TraceGraph/TraceGraph.tsx @@ -82,7 +82,7 @@ const HELP_CONTENT = ( Selftime - Colored by self time + Colored by self time (*) @@ -105,6 +105,10 @@ const HELP_CONTENT = ( +
+ (*) Self time is the total time spent in a span when it was not waiting on children. For example, + a 10ms span with two 4ms non-overlapping children would have self-time = 10ms - 2 * 4ms = 2ms. +
);