@dispatcher.span
decorators that are already in the framework code. Most of the time, this is great. Is it possible to filter which of these we actually want in our final OpenTel logs?@dispatcher.span
decorator. Meanwhile, we have one on each of our child retrievers. The result is an OpenTel trace that shows:span_enter()
method to filter, and then call super() ?dispatcher = get_dispatcher() dispatcher.span_enter = my_span_enter_fn