-
Notifications
You must be signed in to change notification settings - Fork 3
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
Sarc 319 log trace diskusage #107
base: master
Are you sure you want to change the base?
Conversation
|
||
cluster = cfg.clusters[cluster_name] | ||
fetch_diskusage = methods.get(cluster_name, methods["default"]) |
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.
Il y aurait certainement des parties à instrumenter dans les implémentations de fetch_diskusage
.
…effet to discrete parts of code
|
||
cluster = cfg.clusters[cluster_name] | ||
# pylint: disable=logging-fstring-interpolation | ||
logging.info(f"Acquiring {cluster_name} storages report...") |
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.
Faudrait qu'on décide si on veut les arguments séparé pour pouvoir envoyer en json. Sinon faudrait mettre l'exception pylint dans la config.
…-log-trace-diskusage # Conflicts: # sarc/traces.py # tests/unittests/test_using_trace.py
No description provided.