Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
onkar committed Sep 6, 2024
1 parent f338a1a commit 8e40fc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snuba/admin/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ def parse_trace_for_query_ids(trace_output: TraceOutput) -> List[QueryTraceData]
node_name: query_summary.query_id
for node_name, query_summary in summarized_trace_output.query_summaries.items()
}
logger.info("node to query id mapping: {}".format(node_name_to_query_id))
return [
QueryTraceData(
host="127.0.0.1" if is_local_container_id(node_name) else node_name,
Expand Down

0 comments on commit 8e40fc7

Please sign in to comment.