open-telemetry / opentelemetry-operator

Kubernetes Operator for OpenTelemetry Collector
Apache License 2.0
1.22k stars 444 forks source link

Investigate why e2e tests did not catch OOMKilled errors #3484

Open jcreixell opened 2 days ago

jcreixell commented 2 days ago

Component(s)

auto-instrumentation

Describe the issue you're reporting

This is a follow up to https://github.com/open-telemetry/opentelemetry-operator/issues/3479

Auto-instrumentation for some languages could lead to OOMKilled errors with default settings. This was fixed in https://github.com/open-telemetry/opentelemetry-operator/pull/3473 but we need to understand why e2e tests did not catch this problem and modify them to ensure that they do.

iblancasa commented 1 day ago

@IshwarKanse, can you take a look into this?

IshwarKanse commented 1 day ago

I'll check on this next week.