https://dagster.io/ logo
t

Travis Cline

03/24/2020, 12:38 AM
it'd be nice to have some opencensus integration in dagster -- both having dagster emit traces+metrics but also perhaps a helper to thread trace context via the dagster context
n

nate

03/24/2020, 4:10 PM
Yeah, we’re doing some exploratory work right now on how we want to ship metrics to external systems like Datadog, Prometheus, etc. - @sashank can likely share a bit on this
although we’re specifically looking at metrics right now—did you have a use case for zipkin tracing in mind, or just metrics?
t

Travis Cline

03/25/2020, 1:22 AM
we have most of our internal code instrumented with opencensus already and it'd be nice to, for example, tie spans into a common root span representing the run -- we can work around this I think but especially if we're crossing process boundaries like with a remote executor having the ability to pass along custom context content becomes relevant