Skip to content

Commit

Permalink
Merge pull request #5840 from snwoods/private/stevenwo/CP-49811
Browse files Browse the repository at this point in the history
CP-49811: Remove redundant method object from span name
  • Loading branch information
bernhardkaindl authored Jul 16, 2024
2 parents 69768f5 + 28b16f4 commit 80a66c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python3/packages/observer.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def autoinstrument_class(aclass):
continue

with t.start_as_current_span(
f"class.instrument:{module_name}.{method_name}={method}"
f"class.instrument:{module_name}.{method_name}"
):
# Avoid RecursionError:
# 'maximum recursion depth exceeded in comparison'
Expand Down

0 comments on commit 80a66c8

Please sign in to comment.