From e8c667f94ec07b5c549ad3672007913c0513f6b3 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 3 Feb 2026 15:27:32 +0000 Subject: [PATCH 1/2] docs: add metrics sharing documentation for remote-config-server PR #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 Co-authored-by: bekah-hawrot-weigel --- docs/mission-control/metrics.mdx | 46 +++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/docs/mission-control/metrics.mdx b/docs/mission-control/metrics.mdx index 0dc53729257..f0e2fcd24a8 100644 --- a/docs/mission-control/metrics.mdx +++ b/docs/mission-control/metrics.mdx @@ -55,4 +55,48 @@ Instead of logs and latency, agent observability focuses on: See how much work your automated Workflows are completing across your repos. - \ No newline at end of file + + +## Sharing Metrics + +Share your metrics with stakeholders, team members, or external collaborators using shareable snapshot links. + +### Creating a Share Link + + + + Go to [continue.dev/metrics](https://continue.dev/metrics) while logged in. + + + + Click the **Share** button in the page header. This creates a point-in-time snapshot of your current metrics view. + + + + The share URL is automatically copied to your clipboard. Share it with anyone who needs to see your metrics. + + + +### How Shared Metrics Work + + + + When you create a share link, Continue captures a snapshot of your metrics data at that moment. The shared view displays: + - Summary stats (total runs, merge rate, active agents) + - Activity calendar showing run history + - Activity by agent chart + - Merge rate trend chart + + + + Anyone with the share link can view the metrics snapshot without logging in. This makes it easy to share with stakeholders who don't have Continue accounts. + + + + Share links expire after 30 days by default. The expiration date is shown at the bottom of the shared view. After expiration, the link will no longer work. + + + + + Shared metrics are read-only snapshots. They don't update when your live metrics change—create a new share link to share updated data. + \ No newline at end of file From 114ac021058d343ab4c8b072d78eaabde2e17d0b Mon Sep 17 00:00:00 2001 From: BekahHW <34313413+BekahHW@users.noreply.github.com> Date: Wed, 4 Feb 2026 10:27:51 -0500 Subject: [PATCH 2/2] Remove steps and simplify Updated the section on sharing metrics to clarify the process and added details about the share button functionality. --- docs/mission-control/metrics.mdx | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/docs/mission-control/metrics.mdx b/docs/mission-control/metrics.mdx index f0e2fcd24a8..77c6cccd55b 100644 --- a/docs/mission-control/metrics.mdx +++ b/docs/mission-control/metrics.mdx @@ -57,27 +57,9 @@ Instead of logs and latency, agent observability focuses on: -## Sharing Metrics +## Sharing Cloud Agent Metrics -Share your metrics with stakeholders, team members, or external collaborators using shareable snapshot links. - -### Creating a Share Link - - - - Go to [continue.dev/metrics](https://continue.dev/metrics) while logged in. - - - - Click the **Share** button in the page header. This creates a point-in-time snapshot of your current metrics view. - - - - The share URL is automatically copied to your clipboard. Share it with anyone who needs to see your metrics. - - - -### How Shared Metrics Work +Share your metrics with stakeholders, team members, or external collaborators using shareable snapshot links by clicking the **Share** button on your metrics page. @@ -99,4 +81,4 @@ Share your metrics with stakeholders, team members, or external collaborators us Shared metrics are read-only snapshots. They don't update when your live metrics change—create a new share link to share updated data. - \ No newline at end of file +