RuntimeTools / appmetrics-dash

A data visualizer that uses " Node Application Metrics" (appmetrics) to monitor and display Node.js application data as a html web application.
Other
452 stars 55 forks source link

Add mysql query list to summary page #161

Open realhidden opened 6 years ago

realhidden commented 6 years ago

This is one part of the pull request, since the graphmetrics repo is a submodule and the changes affect both.

This PR extends the backend to store the latest 300 queries with the duration and send it to the frontend.

realhidden commented 6 years ago

The pull request for graphmetrics: https://github.com/RuntimeTools/graphmetrics/pull/48