DataDog / datadog-operator

Kubernetes Operator for Datadog Resources
Apache License 2.0
301 stars 104 forks source link

Support for resource limit and requests at the workload level #1408

Open brettcurtis opened 2 weeks ago

brettcurtis commented 2 weeks ago

When we use Datadog to look at our resource usage for Datadog, we'd like to see requests and limits. I suspect we can't because we can't set them at the workload level with the operator:

image

khewonc commented 2 weeks ago

@brettcurtis Hi, it's possible to specify resources for the operator using this resources field in the helm chart. For the node agent, cluster agent, and cluster check workers, you can use the resource overrides. I'm not entirely sure what metrics or aggregates are used for that view in-app though, so if you're still not seeing those populated, could you reach out to the support team?

brettcurtis commented 2 weeks ago

Right is because those are at the container level not workload. I'll reach out to support and reference this issue and see what they say. I do feel like it's a fix here though.

brettcurtis commented 18 hours ago

I opened ticket ID: 1863932