I'm trying to setAttributes() on the first Span in the current Trace that has the same host.name attribute as the active span (trace.getSpan(context.active())).
How do I walk the tree of Spans up? I couldn't find how to get the active span's parent span.
import { ROOT_CONTEXT } from '@opentelemetry/api'?