open-telemetry / opentelemetry-collector

OpenTelemetry Collector
https://opentelemetry.io
Apache License 2.0
4.51k stars 1.48k forks source link

Memory Limiter Config isn't Validated when using `otelcol validate` #11681

Closed isaacsanders closed 1 week ago

isaacsanders commented 1 week ago

Describe the bug The validate command of the collector (collector contrib), doesn't actually verify the settings for the memory limiter

Steps to reproduce use the collector contrib 0.109.0 helm chart to use 0.113.0 of the collector. Define a pipeline using the memory limiter processor configured with a {}.

What did you expect to see? I wanted to be told there were issues with my configuration.

What did you see instead? I was told the validation for the processor was all good.

What version did you use? Listed above

What config did you use? described above

isaacsanders commented 1 week ago

Not a problem with the validator