openyurtio / yurt-edgex-manager

yurt-edgex-manager is an operator for managing EdgeX lifecycle(including deploy, delete, update) in OpenYurt cluster.
Apache License 2.0
18 stars 24 forks source link

Collect volumes information and optimize logs #69

Closed LavenderQAQ closed 1 year ago

LavenderQAQ commented 1 year ago

What type of PR is this?

/kind enhancement /sig iot

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #61

codecov[bot] commented 1 year ago

Codecov Report

Merging #69 (9d4adad) into main (1824da1) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #69   +/-   ##
=======================================
  Coverage   18.40%   18.40%           
=======================================
  Files           2        2           
  Lines         402      402           
=======================================
  Hits           74       74           
  Misses        322      322           
  Partials        6        6           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

LavenderQAQ commented 1 year ago

This pr change is a bit large, mainly because the controller-runtime logging library is removed and used the much lighter logging library logrus. 🚀