-
Notifications
You must be signed in to change notification settings - Fork 33
Constant "Error fetching info for pid" errors when run alongside docker containers #37
Comments
Thanks for the feedback @fotinakis |
Is any workaround for this? or any ETA? I know we could create user with id |
Also experiencing this issue. |
This issue may not be limited to docker. I'm seeing the same type of error with datadog+lxc containers.
A workaround would be welcome. |
@nzlosh Creating user with specific id helps. However, I would expect fix from DD. |
This bug has apparently been carried over to version 1.6 of datadog-agent. There must be a workaround but I would expect it to be posted in a comment on this open issue. Will continue googling. |
Same issue on kubernetes using datadog helm chart
|
Causes lots of noise in DataDog otel exporter see open-telemetry/opentelemetry-collector-contrib#14186 . |
Hello, this repository has been archived, the gohai library now lives in https://github.com/DataDog/datadog-agent/pkg/gohai, feel free to re-open your issue in https://github.com/DataDog/datadog-agent if it is still relevant. |
Attempting to run dd-agent on a host machine which also runs docker containers, I've found that
/var/log/datadog/collector.log
ends up full of these logs:There is a user inside the docker containers with uid 9999, so I assume that this is erroring because the user does not exist on the host itself.
The text was updated successfully, but these errors were encountered: