Skip to content

Commit 80a66c8

Browse files
Merge pull request #5840 from snwoods/private/stevenwo/CP-49811
CP-49811: Remove redundant method object from span name
2 parents 69768f5 + 28b16f4 commit 80a66c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3/packages/observer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def autoinstrument_class(aclass):
314314
continue
315315

316316
with t.start_as_current_span(
317-
f"class.instrument:{module_name}.{method_name}={method}"
317+
f"class.instrument:{module_name}.{method_name}"
318318
):
319319
# Avoid RecursionError:
320320
# 'maximum recursion depth exceeded in comparison'

0 commit comments

Comments
 (0)