Building a Performance Analytics Tool with ActiveSupport
Building a Performance Analytics Tool with ActiveSupport by Christian Bruckmayer
“Setting up a performance analytics tool like NewRelic or Skylight is one of the first things many developers do in a new project. However, have you ever wondered how these tools work under the hood?
In this talk, we will build a basic performance analytics tool from scratch. We will deep dive into ActiveSupport instrumentations to collect, group and normalise metrics from your app. To persist these metrics, …