kimyen commented on issue #17920: URL: https://github.com/apache/airflow/issues/17920#issuecomment-910516799
Per my comments above, I thought that the `statsd` component in the official Helm chart v1.1.0 is what I want. When I started to try to patch the `statsd` K8s template in 1.1.0 to match the datadog agent pod (ref. in the datadog helm linked above), I realized that: - The K8s template is going to be very different. The datadog agent pod will be running multiple containers with different images, commands, and config. - The datadog helm chart runs on all the host in the cluster and collect other metrics about the host (CPU/ memory). While I didn't like having so many datadog agent pod, I found work arounds and now understand why they are there. I guess I will stick with the datadog helm chart. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
