ayaroshenko-sds

Results 4 comments of ayaroshenko-sds

The same issue: Init containers also do not have `.kubernetes.container_id` and `.kubernetes.container_image`. **Details**: - Vector: `0.47.0-distroless-libc` - Kubernetes (AKS): v1.32.3 I'm in testing right now, so If I can help...

Honestly speaking, I have `limits.cpu` resources set for binlog collector, but didn't add it to the snippet, because had no clue that it's important in this case. Is it enough...

It worked! Thank you! Am I missed something in the documentation that `resources` must be set or is it some kind of known minor bug that will be fixed or...

Thanks! Just for the record, in the current state you must set `resources.requests` or `resources.limits`, not just `resources.limits`. But both `cpu` and `memory` must be set. Otherwise, the panic occurs....