Remove processor description from span attributes - it is not working anyway.

This commit is contained in:
Yatsishin Ilya 2022-06-16 19:47:11 +00:00
parent f8f6a95547
commit 6fdcac1c9d

View File

@ -103,7 +103,6 @@ bool ExecutionThreadContext::executeTask()
#endif
span.addAttribute("thread_number", thread_number);
span.addAttribute("processor.description", node->processor->getDescription());
return node->exception == nullptr;
}