From 9bfe5c07d424789cf4feb82ec8d4d49b28adaf83 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 5 Feb 2026 13:58:20 +0000 Subject: [PATCH] docs: add metrics sharing documentation for remote-config-server PR #3088 Documents the new ShareMetricsDialog feature that allows users to share read-only metrics via public links with toggle control. Co-authored-by: bekah-hawrot-weigel Generated with [Continue](https://continue.dev) Co-Authored-By: Continue --- docs/mission-control/metrics.mdx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/mission-control/metrics.mdx b/docs/mission-control/metrics.mdx index 0dc53729257..e90c2f8b417 100644 --- a/docs/mission-control/metrics.mdx +++ b/docs/mission-control/metrics.mdx @@ -55,4 +55,14 @@ 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 read-only view of your metrics with stakeholders outside your organization. + +Click **Share** on the Metrics page to open the sharing dialog. Toggle **Public link enabled** to generate a shareable URL. + + +Public viewers can see aggregate metrics (total runs, merge rate, activity, workflow breakdown) but not cost data or user identities. Links expire after 30 days. + \ No newline at end of file