-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove libpod dependency from podmanreceiver (#5430)
podmanreceiver uses the official Go podman bindings but the bindings pull in all of the podman codebase and it's dependencies. We are essentially embedding podman into the collector. This causes a number of problems both at compile and run time. This commit ditches the podman library and uses net/http to consume the podman v3 REST API instead. Fixes #5244 Fixes #5414 Fixes #5241 Fixes #5245
- Loading branch information
Showing
17 changed files
with
537 additions
and
1,234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.