Skip to content

Commit

Permalink
add tag of execution_id into DAGOperations.finishTaskSync trace
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyu10 committed Jan 8, 2025
1 parent 66bf685 commit c240c82
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ public void finishTaskAsync(String executionId, String taskCategory, NotifyInfo

@Trace(operationName = "DAGOperations.finishTaskSync")
public void finishTaskSync(String executionId, String taskCategory, NotifyInfo notifyInfo, Map<String, Object> output) {
ActiveSpan.tag("executionId", executionId);
ActiveSpan.tag("taskName", notifyInfo.getTaskInfoName());
ActiveSpan.tag("taskCategory", taskCategory);
log.info("finishTask task begin to execute executionId:{} notifyInfo:{}", executionId, notifyInfo);
Expand Down

0 comments on commit c240c82

Please sign in to comment.