Skip to content

Commit

Permalink
Merge pull request #18714 from ghalliday/issue31966
Browse files Browse the repository at this point in the history
HPCC-31966 Add internal spans for graph execution within roxie

Reviewed-By: Rodrigo Pastrana <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Jun 14, 2024
2 parents 9421449 + f777a96 commit 65e845e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roxie/ccd/ccdcontext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1658,6 +1658,7 @@ class CRoxieContextBase : implements IRoxieAgentContext, implements ICodeContext
}
else
{
OwnedSpanScope graphScope = queryThreadedActiveSpan()->createInternalSpan(name);
ProcessInfo startProcessInfo;
if (workUnit || statsWu)
startProcessInfo.update(ReadAllInfo);
Expand Down

0 comments on commit 65e845e

Please sign in to comment.