From 7230a71b0497f8e424e0226a4ca755851250758e Mon Sep 17 00:00:00 2001 From: root Date: Wed, 4 Feb 2026 15:50:33 +0000 Subject: [PATCH] docs: add metrics sharing feature Updates docs for continuedev/remote-config-server#3019 Generated with [Continue](https://continue.dev) Co-Authored-By: Continue Co-authored-by: bekah-hawrot-weigel --- docs/mission-control/metrics.mdx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/mission-control/metrics.mdx b/docs/mission-control/metrics.mdx index 0dc53729257..be16e6caa25 100644 --- a/docs/mission-control/metrics.mdx +++ b/docs/mission-control/metrics.mdx @@ -55,4 +55,19 @@ 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 a snapshot of your metrics with teammates or stakeholders who don't have Continue access. + +Click **Share** on the Metrics page to generate a unique URL. The link: + +- Captures a point-in-time snapshot of your current metrics view +- Works without authentication (safe for external sharing) +- Expires after 30 days by default +- Shows summary stats, activity grid, and charts in read-only mode + + +Shared links expose metrics data to anyone with the URL. Only share with people you trust. + \ No newline at end of file