docs: add metrics snapshot sharing documentation#10157
Conversation
…3019 Documented the new metrics snapshot sharing feature that allows users to: - Create shareable URLs for their metrics page - Share point-in-time snapshots without requiring authentication - Links expire after 30 days by default Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev> Co-authored-by: bekah-hawrot-weigel <bekah@continue.dev>
|
I have read the CLA Document and I hereby sign the CLA 1 out of 2 committers have signed the CLA. |
|
✅ Review Complete Code Review Summary |
RomneyDa
left a comment
There was a problem hiding this comment.
Could this be made more consise? Could hit all the important points in a couple sentences, e.g.
## Sharing Metrics
Click the **Share** button at [continue.dev/metrics](https://continue.dev/metrics) to create and copy a shareable read-only snapshot (not live) link of your agent metrics, which anyone can view for 30 days.
|
@RomneyDa it could, but it would be less effective. Idk if you checked out the deploy preview. I know it seems like a lot of text but bc it's using the mintlify elements, it's not overwhelming to view. The accordion condenses the context so users can choose to learn more. It's also more GEO friendly. I'm on the fence about the steps. It's a bit of overkill, but it's skimmable. Where a single condensed sentence is less skimmable. So, imo, it's a balance of content, context, and design to get the users and LLMs the info we want. But happy to hear if you feel the design is actually hindering discoverability. |
Updated the section on sharing metrics to clarify the process and added details about the share button functionality.


That PR adds the ability to share metrics via unique, time-limited URLs. Users can click a Share button on the metrics page to create a point-in-time snapshot that can be viewed without authentication.
Changes
/docs/mission-control/metrics.mdxSource PR Details
The source PR adds:
createMetricsShareTokenmutation that captures current metricsgetSharedMetricspublic query for unauthenticated access/metrics/share/[token]public pageGenerated with Continue
Co-authored-by: bekah-hawrot-weigel bekah@continue.dev
Continue Tasks:▶️ 1 queued — View all
Summary by cubic
Add docs for metrics snapshot sharing, showing how to create and share time-limited links from the Metrics page. Covers what's included, no-login viewing, read-only snapshots, and the 30‑day default expiration.
Written for commit 114ac02. Summary will update on new commits.