diff --git a/adbpyg_adapter/adapter.py b/adbpyg_adapter/adapter.py index aeb2790..7eab1bf 100644 --- a/adbpyg_adapter/adapter.py +++ b/adbpyg_adapter/adapter.py @@ -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 )