#@vito, coming back from PTO I noticed
1 messages · Page 1 of 1 (latest)
much! you don't need to do the passthrough/masking thing anymore
also for live telemetry, you can just add a SpanProcessor that calls OnEnd when it receives OnStart. don't need to wrap a bunch of stuff anymore
that part's technically orthogonal, you could always do it but now it's the "standard" (it's all the Go SDK does)
since it's much lower maintenance
Oh, cool. That seems like it's trivial to add live progress support now 🎉
Yeah the Go one is 50% comments ✨ https://github.com/dagger/dagger/blob/main/sdk/go/telemetry/live.go