Skip to content

Commit

Permalink
Add call to stop_tracking_span
Browse files Browse the repository at this point in the history
  • Loading branch information
damemi committed Sep 4, 2024
1 parent d911740 commit 6658f3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ int uprobe_ClientConn_Invoke_Returns(struct pt_regs *ctx) {
done:
grpc_span->end_time = bpf_ktime_get_ns();
output_span_event(ctx, grpc_span, sizeof(*grpc_span), &grpc_span->sc);
stop_tracking_span(&grpc_span->sc, &grpc_span->psc);
bpf_map_delete_elem(&grpc_events, &key);
return 0;
}
Expand Down

0 comments on commit 6658f3b

Please sign in to comment.