Skip to content

Commit

Permalink
fix start_as_current_span
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Jan 26, 2024
1 parent 3f35755 commit de16e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adbpyg_adapter/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ def __process_adb_edge_df(
):
edge_type = (from_col, e_col, to_col)

with start_as_current_span("__process_adb_edge_type_df"):
with start_as_current_span("process_adb_edge_type_df"):
TracingManager.set_attributes(
edge_type=edge_type, edge_type_df_size=count
)
Expand Down

0 comments on commit de16e8d

Please sign in to comment.