Is there a way to create tags for the a job's unde...
# ask-community
z
Is there a way to create tags for the a job's underlying ECS task on a per-job basis when using the EcsRunLauncher? I'm trying to get Datadog set up with Dagster and I'd really like to be able to add a tag to the ECS task for a job that give the name of the job so that I can have a Datadog dashboard for job metrics which can be filtered per-job
j
Reasonable. We should probably just tag with job name by default
@Dagster Bot issue Add job name tag to ECS tasks
d
z
It'd be cool if one could pass more arbitrary tags too, or maybe if the tags on the Dagster job got passed through to the ECS task. Could limit to to tags prefixed by
ecs/
, but it'd be kinda nice to just get all the job run tags passed through. Then you could just use normal dagster job tagging and have it show up in ECS
ack 1