Skip to content

Commit 1b9a47f

Browse files
Merge pull request #38157 from qoega/remove-trash
Remove processor description from span attributes - it is not working
2 parents 1c872d4 + 6fdcac1 commit 1b9a47f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Processors/Executors/ExecutionThreadContext.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ bool ExecutionThreadContext::executeTask()
103103
#endif
104104

105105
span.addAttribute("thread_number", thread_number);
106-
span.addAttribute("processor.description", node->processor->getDescription());
107106

108107
return node->exception == nullptr;
109108
}

0 commit comments

Comments
 (0)