Hi Dagger Team,
I'm using Dagger for my CI/CD pipelines, and I'm exploring how to get a better observability picture for my web applications alongside my pipelines.
Dagger Cloud's tracing is very useful for understanding what's happening inside my Dagger pipelines, and the spans are a great help when I need to debug. However, I'm running into a challenge when I try to connect these traces with user interactions in my web applications that are being built and deployed using Dagger.
Specifically, my web application uses its tracing (via OpenTelemetry with Deno), and I'm trying to figure out if there's a recommended way to visualize those traces alongside, or linked with, the Dagger pipeline traces directly within Dagger Cloud.
For example, imagine a user places an order through a "purchase hub" type of web app. I'd ideally like to trace that whole user journey, and see how that relates to any Dagger operations that may be involved, all within Dagger Cloud without relying on external tracing tools.
Any guidance would be much appreciated.
Thanks!