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 was archived by the owner on Nov 15, 2019. It is now read-only.
It would be interesting to improve the "health" page to show all elements which could impact the platform's operation. These could include : versions of the platform and modules in use, versions of external dependencies (Java, MySQL, ElasticSearch/Kibana), system informations (OS name, release, kernel version, available processors, load, filesystems usage,...), JVM statuses (free and used memory,...), and so on.
Maybe displaying the history of some of these values on a line graph could be interesting for debug purposes.
It also might be interesting to provide a tool to generate a formatted system description for debug purposes : if an operator encounters an issue he could just copy&paste the generated text to a github issue or a mail so the dev team would have all the essential informations about the environment on which the platform is running when the issue happened.
This tool could be made from a push button and a read-only text area which would be filled with a Markdown or HTML text containing informations from the "health" page.