Anyone have an example to follow of instrumenting a fastapi app with langgraph workflows. Utilizing custom decorators? Its kinda complicated to pass down the root span in order to connect everything manually for each endpoint. I utilize a stream response output too.