Closed
Description
Component(s)
No response
Describe the issue you're reporting
Currently, the Docker Observer's client API version is set to 1.22 as default. But due to this change on Docker upstream project, we need to make the Client API version default to 1.24. Most of the other projects except Otel have already updated. Also this impending PR once merged will cause problems like the following error message below. Right now, if someone uses the latest Docker API version 1.44, otel collector's docker observer will throw the following error:
_"Error response from daemon: client version 1.22 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version"_