Root-Branch / cardamon

🌱 A tool for measuring the power consumption and carbon footprint of your software.
https://cardamon.io
Other
15 stars 1 forks source link

Docker monitoring and clap.rs changes #57

Closed seal closed 2 months ago

seal commented 3 months ago

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 )

seal commented 3 months ago

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

Also please run the tests in 1462d0692245f41d1203514d0fdd5a9e97f61e8b 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 commented 2 months ago

closes #34