Simple APM
simple_apm
No ratings yet
- Gem
- simple_apm
- Repository
- xiayuanyin/simple_apm
- License
- MIT
- Stars
- 58
- Added
- August 16, 2026
About
simple_apm
A lightweight Redis-backed Rails engine for web request performance monitoring and slow request tracing.
What you get
- The slowest requests, 500 by default.
- The slowest 20 requests for each action.
- Average response time for each action.
- Slow request details and related SQL details, trimming excess records.
- Average and slowest response time, request count, and other metrics in 10-minute intervals, with charts.
- External HTTP request duration during each request.
Mounting it
ruby
# Gemfile
gem "simple_apm"
# config/routes.rb
mount SimpleApm::Engine, at: "/simple-apm"
Details
58 stars on GitHub · MIT licensed · maintained by xiayuanyin. Source: https://github.com/xiayuanyin/simple_apm
Discussion (0)
Sign in to join the discussion.
No comments yet.