-
Notifications
You must be signed in to change notification settings - Fork 1.1k
TT-15462 - Track 404s with Pump: feat: send 404 requests to analytics/Pump when track_404_logs enabled #7508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
When track_404_logs and enable_analytics are both true, 404 responses now create analytics records that flow to Tyk Pump and appear in Prometheus metrics. This provides visibility into unmatched requests for debugging API loading issues and monitoring traffic patterns. - Add Gateway reference to proxyMux for analytics access - Create analytics records in handle404() with 404 status and tags - Respect existing analytics controls (enable_analytics, ignored_ips) - Add comprehensive test coverage for 404 analytics recording - Maintain backwards compatibility with existing configurations
|
API Changes no api changes detected |
🔍 Code Analysis ResultsThis PR introduces a feature to send analytics events for HTTP 404 (Not Found) responses. When both Files Changed Analysis
Architecture & Impact Assessment
Scope Discovery & Context Expansion
Metadata
Powered by Visor from Probelabs Last updated: 2025-11-11T20:07:02.235Z | Triggered by: synchronize | Commit: bb111a5 💡 TIP: You can chat with Visor using |
🔍 Code Analysis ResultsSecurity Issues (3)
Architecture Issues (2)
Performance Issues (1)
✅ Quality Check PassedNo quality issues found – changes LGTM. ✅ Dependency Check PassedNo dependency issues found – changes LGTM. Connectivity Issues (1)
Powered by Visor from Probelabs Last updated: 2025-11-11T20:07:03.691Z | Triggered by: synchronize | Commit: bb111a5 💡 TIP: You can chat with Visor using |
|



When track_404_logs and enable_analytics are both true, 404 responses
now create analytics records that flow to Tyk Pump and appear in
Prometheus metrics. This provides visibility into unmatched requests
for debugging API loading issues and monitoring traffic patterns.
Ticket Details
TT-15462
Generated at: 2025-11-11 20:02:53