Skip to content

Commit

Permalink
fix: v65 add agent_id
Browse files Browse the repository at this point in the history
  • Loading branch information
taloric authored and sharang committed Jul 23, 2024
1 parent fac2374 commit a0e7836
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app/application/l7_flow_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1290,6 +1290,7 @@ def __init__(self, flow: dict):
self.signal_source: int = -1 # overwrite by Child Class
self.parent: SpanNode = None
self.tap_side = flow['tap_side']
self.agent_id = flow['vtap_id']

def __eq__(self, other: 'SpanNode') -> bool:
return self.get_flow_index() == other.get_flow_index()
Expand Down

0 comments on commit a0e7836

Please sign in to comment.