Problem
Have a server-side application that generates a large amount of logging and statistical data that needs to be analyzed for the purposes of monitoring and diagnostics.
Currently, we use a Javascript graphing library to request the information from the server and graph it in a web browser. However, this requires a lot of developer hours in designing the UX and implementing the graphing functionality.
Question
Is there a better way to do this? Perhaps a web service or desktop application that can request the information from our servers and display it in the way that we need to see it?
Example of what we have now: