Skip to content

Display Rails 8 rate limiting info in traces#4

Open
mgodwin wants to merge 3 commits into
mainfrom
claude/add-rate-limiting-traces-SBDQX
Open

Display Rails 8 rate limiting info in traces#4
mgodwin wants to merge 3 commits into
mainfrom
claude/add-rate-limiting-traces-SBDQX

Conversation

@mgodwin

@mgodwin mgodwin commented Jan 11, 2026

Copy link
Copy Markdown
Owner

No description provided.

claude added 3 commits January 6, 2026 15:12
Display rate_limit.action_controller events in the overview tab when
requests are rate limited. Shows rate limit name, request count vs
allowed limit, time window, and the identifier used for rate limiting.

Also adds a quick indicator in the side panel summary for at-a-glance
visibility of rate limited requests.
The rate_limit.action_controller event only fires when a request
is actually rejected with a 429 response. Updated the UI text to
make this clear - the request was blocked, not just rate limited.
- Add rate_limited scenario action with a limit of 1 request per minute
- Add test verifying rate limiting section is displayed when blocked
- Add test verifying rate limiting section is not shown for normal requests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants