[collector] Memory limiter processor cannot be disabled #1272
Labels
bug
Something isn't working
chart:collector
Issue related to opentelemetry-collector helm chart
enhancement
New feature or request
The collector's Helm Chart allows disabling any configuration's component by setting it to null, for example:
In addition, custom pipelines that don't use these components must also be provided. This is particularly useful when using the Helm Chart with a collector distribution that does not embed some of the default chart components.
The same concept cannot be applied to the
memory_limiter
processor because it is always added by thechart
when not defined by the user, see template:Is the
memory_limiter
component a requirement for this chart? What do you think of adding a new value to parametrize it like the.Values.useGOMEMLIMIT
but for the memory_limiter? (e.g.Values.useK8SMEMLIMIT
)The text was updated successfully, but these errors were encountered: