You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add aggregated metrics for rails and more (#630)
* feat: add aggregated metrics for rails and more
This adds aggregated metrics for the following plugins:
* rails
* net_http
* sidekiq
Similar to the Karafka plugin, there is now more configuration:
* `rails.insights.events`
* `rails.insights.metrics`
* `sidekiq.insights.events`
* `sidekiq.insights.metrics`
* `net_http.insights.events`
* `net_http.insights.metrics`
Other miscellaneous changes:
* Switch Sidekiq histogram metric to gauge instead.
* Send totals so we can get proper averages across events.
0 commit comments