-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor podman #10421
Refactor podman #10421
Conversation
- list the running containers - events
The container scraper spawns a go routine to listen for container events and keep track of the running containers. Only containers in the local map will be fetched, thus we can easily add inclusion/exclusion filters. In addition, the containers map contain extra information like the pod name.
5c752da
to
a87118a
Compare
a87118a
to
b6e1917
Compare
6ef1480
to
f54bab0
Compare
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog process changed. Could you revert your changes to CHANGELOG.md
and follow the instructions on the contributing docs to add a changelog entry? You may need to create a tracking issue. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay. LGTM. Please rebase and update changelog entry as @mx-psi mentioned
@rogercoll I think we need 1 more |
Description:
Link to tracking Issue: #9013
Testing: Added for the corresponding functions.
Documentation: No change required