docs: add Agent Network counters to the anonymous usage metrics list - #977
SunsetDrifter wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe FAQ now documents anonymous Agent Network usage metrics collected by the management service, including resource counts, log-collection status, token totals, and cost. ChangesAnonymous metrics documentation
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Other Merge Risk: ⚪ Minimal · up to The FAQ addition matches the supplied Agent Network metrics context and introduces no identified merge-blocking risk. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. I hop past metrics, neat and bright Comment |
The management server has reported agent_network_* counters (accounts, providers, policies, budget rules, log collection enabled, input/output tokens, cost) since Agent Network shipped, but the FAQ list was not updated. Counters only, no identifying data. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
1389e66 to
6ccb075
Compare
Summary
The FAQ section "What are the metrics being collected?" lists every counter the management server pushes as anonymous usage metrics, except the Agent Network ones added with that feature. This adds two bullets covering the
agent_network_*properties emitted bymanagement/server/metrics/selfhosted.go: accounts with a provider configured, providers, policies, budget rules, accounts with log collection enabled, and summed input tokens, output tokens, and cost in USD.Counters and totals only, nothing identifying, consistent with the rest of the list. Prompted by a customer security review that used this page as the reference list.