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

Show HTTP verbs for HTTP Requests #152

Open firefoxNX opened 6 years ago

firefoxNX commented 6 years ago

Is it possible to show HTTP verbs like GET/PUT/POST/PATCH/DELETE in the HTTP Requests?

Also is it possible to get 95 percentile, 99 percentile response times?

sjanuary commented 6 years ago

We would definitely like to add HTTP verbs, we were using appmetrics-dash ourselves recently and would have liked to see these in the summary view. Appmetrics already provides the information.

Percentiles look interesting too although there's a bit more work & design involved with that.