Skip to content
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

Docker monitoring and clap.rs changes #57

Merged
merged 7 commits into from
Jul 2, 2024
Merged

Conversation

will-x86
Copy link
Collaborator

Adds support for docker monitoring by container name

//TODO tests

@ohuu thoughts on testing by spinning up a container ?

Seems like it'll horribly slow down ci/cd ( at a later date )

will-x86 added 6 commits June 26, 2024 12:09
   Dockerfile to be sip)
- Add test for container status, using tiny image (5mb)
- Fix type issue with lib.rs, only applies on Unix ( cfg = unix )
    - ( Docker can't have _ in container / image names )
    - creates container
    - creates metrics log
    - starts logging
    - waits 2s
    - ensures there are no errors
    & that there are metrics & the container_name is correct
@will-x86
Copy link
Collaborator Author

@ohuu Please check my tests in 3270ae4 and ensure it's okay

Also please run the tests in 1462d06 to make sure the tar functionality works on windows, as I only have familiarity with it on Unix, not sure if the tar library works on windows :)

@ohuu ohuu merged commit 13c6bac into main Jul 2, 2024
@ohuu
Copy link
Collaborator

ohuu commented Jul 2, 2024

closes #34

@ohuu ohuu mentioned this pull request Jul 2, 2024
@ohuu ohuu deleted the feature/new-docker-logs branch August 29, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants