:wave: Hey all - is there any documentation / exam...
# dagster-plus
a
👋 Hey all - is there any documentation / examples on how to stream job logs from Dagster cloud to Datadog?
d
Hi Alan - which type of agent are you using?
a
We're on serverless 🙏
d
got it - on ECS hybrid you could set up a datadog sidecar that does this: https://docs.datadoghq.com/integrations/ecs_fargate/?tab=webui But we don't offer sidecar-level customization on serverless. We do expose the raw compute logs for each op over our API, but getting that to be streaming would be tricky. I'll check with the team to see if we have any other options here.
a
@daniel we're thinking of using the CloudwatchLogger from dagster-aws to stream logs to cloudwatch and then use the datadog forwarder integration to move them from cloudwatch into DD Not ideal but I think this should work