You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
More logs to trace collection process are needed but they should be depended on the set log level. Such logs should have fields with full information what happens, for example:
logrus.WithFields(logrus.Fields{
"_block": "GetStatsFromContainer",
"_id": container_id,
}).Info("Getting stats from docker container")
It will be helpful for debug purpose.
The text was updated successfully, but these errors were encountered:
More logs to trace collection process are needed but they should be depended on the set log level. Such logs should have fields with full information what happens, for example:
It will be helpful for debug purpose.
The text was updated successfully, but these errors were encountered: