Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close span related #188

Draft
wants to merge 1 commit into
base: v6.4
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/app/application/l7_flow_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ async def trace_l7_flow(self,
new_flows_length = len(dataframe_flowmetas)
if old_flows_length == new_flows_length:
break
set_all_relate(dataframe_flowmetas, related_map, network_delay_us)
# set_all_relate(dataframe_flowmetas, related_map, network_delay_us)
if not l7_flow_ids:
return {}
# 获取追踪到的所有应用流日志
Expand Down
2 changes: 1 addition & 1 deletion app/app/application/tracing_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ async def trace_l7_flow(self,
new_flows_length = len(dataframe_flowmetas)
if old_flows_length == new_flows_length:
break
set_all_relate(dataframe_flowmetas, related_map, network_delay_us)
# set_all_relate(dataframe_flowmetas, related_map, network_delay_us)
# 获取追踪到的所有应用流日志
return_fields += RETURN_FIELDS
flow_fields = list(RETURN_FIELDS)
Expand Down
Loading