-
Notifications
You must be signed in to change notification settings - Fork 2
Add documentation for Usage Metrics #286
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
Conversation
Signed-off-by: lujunsan <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive documentation about ToolHive's anonymous usage metrics collection alongside the existing error reporting documentation. The changes inform users about what data is collected and how to opt out.
- Separates telemetry documentation into two distinct types: Error reporting (Sentry) and Anonymous usage metrics
- Adds a new FAQ section for privacy and data collection with detailed information about usage metrics
- Includes opt-out instructions via CLI command and environment variable across all relevant documentation pages
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/toolhive/guides-ui/install.mdx | Restructured telemetry section to document both error reporting and anonymous usage metrics with opt-out instructions |
| docs/toolhive/guides-cli/install.mdx | Added info box after installation verification to notify users about anonymous usage metrics collection |
| docs/toolhive/faq.mdx | Added new "Privacy and data collection" section with two FAQs explaining what data is collected and how to disable metrics |
Signed-off-by: lujunsan <[email protected]>
Signed-off-by: lujunsan <[email protected]>
Updated documentation for the new Usage Metrics. Relevant PR: stacklok/toolhive#2449