Skip to content

Commit 43de4b0

Browse files
committed
feat: temp remove host clock correction
1 parent 01d5954 commit 43de4b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/app/application/l7_flow_tracing.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3744,9 +3744,9 @@ def format_final_result(
37443744
for trace in traces:
37453745
format_selftime(traces, trace, trace.get("childs", []), uid_index_map)
37463746
response['services'] = merge_service(services, traces, uid_index_map)
3747-
if host_clock_correction is not None:
3748-
correct_span_time(traces, host_clock_correction, instance_to_agent)
3749-
response['host_clock_correction'] = host_clock_correction
3747+
# if host_clock_correction is not None:
3748+
# correct_span_time(traces, host_clock_correction, instance_to_agent)
3749+
# response['host_clock_correction'] = host_clock_correction
37503750
deepflow_span_ids = {
37513751
trace.get('deepflow_span_id')
37523752
for trace in response.get('tracing', [])

0 commit comments

Comments
 (0)