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
In order to make the method more generic and independent of predefined lists of metrics, I recommend to replace the long parameter list with a JSON file (the same that is saved in the database). Writing to a file, like writing to a database should be independent of the monitor (Docker or otherwise).
[ Replace parameter list with JSON file]
[ Add checks for missing metrics or empty file]
[ Add warnings in a log for missing metrics or empty file. Do not interrupt the execution of the monitor. Do not use log4j for the logging part ]
The text was updated successfully, but these errors were encountered:
In order to make the method more generic and independent of predefined lists of metrics, I recommend to replace the long parameter list with a JSON file (the same that is saved in the database). Writing to a file, like writing to a database should be independent of the monitor (Docker or otherwise).
The text was updated successfully, but these errors were encountered: