We deploy Dagster and Dagster User Deployments via...
# ask-community
t
We deploy Dagster and Dagster User Deployments via helm (https://dagster-io.github.io/helm/) and we would like to have logs sent to datadog. The recommended path in the docs is to output logs into a file, and then using the datadog agent, pick up those files for export. Datadog requires that annotations be on the pod and show where to collect from. However, it is not clear where I can assign annotations to run pods. Can someone point me towards documentation that clarifies this, please?
d
Hi Ty - you can set this using the 'runK8sConfig' key in the Helm chart here: https://github.com/dagster-io/dagster/blob/master/helm/dagster/values.yaml#L562-L569
there's an example there that adds an annotation to all run pods
t
Ahh, tysm. I'll give this a try.
That worked. Tysm
condagster 1