router: add enable_art toggle for ART#2556
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (9)
WalkthroughThis PR adds an EnableArt configuration flag throughout the router codebase, enabling Advanced Request Tracing (ART) and query plan headers without requiring development mode or authentication. The flag is propagated from configuration through router initialization, prehandler, and graph mux construction layers. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related issues
Possibly related PRs
✨ Finishing Touches
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What
Why
Operators need a way to enable ART behavior without turning on full development mode.
Testing
Summary by CodeRabbit
enable_artconfiguration option to enable Advanced Request Tracing (ART) and query plan visibility independently, without requiring development mode or Cosmo Cloud authentication tokens.