Setting up Rails Performance dashboard with influxdb and grafana
In this article we will create very simple and minimalistic performance dashboard for a Rails application which will help us monitor controller action runtime, database query runtime and view rendering runtime.
Post a comment