From de40ba7fa79d8d43de61cca7c679e57e772b1902 Mon Sep 17 00:00:00 2001 From: micheleRP Date: Tue, 19 May 2026 15:03:51 -0600 Subject: [PATCH 1/3] Document Requests-tab failed-count sub-value on the governance dashboard Closes the last sub-area gap from the original #8 Governance Dashboard V1 target (agent network metrics, top users heatmap, Cost & Usage tab, agents-table filtering). The Requests KPI tab displays a "X failed" secondary line below the total when the selected range contains failed requests; this surfaces on the shipped UI but wasn't called out yet on overview.adoc. Co-Authored-By: Claude Opus 4.7 (1M context) --- modules/governance/pages/dashboard/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/governance/pages/dashboard/overview.adoc b/modules/governance/pages/dashboard/overview.adoc index 1d66496..bd514e0 100644 --- a/modules/governance/pages/dashboard/overview.adoc +++ b/modules/governance/pages/dashboard/overview.adoc @@ -59,7 +59,7 @@ The top of the dashboard shows three KPI tabs, each scoped to the active time ra |Estimated LLM provider spend in dollars for the selected range |Requests -|LLM requests routed through AI Gateway for the selected range +|LLM requests routed through AI Gateway for the selected range. When the range contains failed requests, a secondary line below the total flags the failed count (for example, `1.2K failed`). |Tokens |Input, output, and cached tokens summed together for the selected range From 2fc1d773dd4711be1dc4d6020c0358ea97d838a6 Mon Sep 17 00:00:00 2001 From: micheleRP Date: Tue, 19 May 2026 15:56:10 -0600 Subject: [PATCH 2/3] Remove empty Invite Your Team stub from get-started The page was a placeholder (title + :description: + TODO) with no real content. Removing it ahead of GA rather than shipping a blank entry; can be added back later if needed. Updates the doc plan's Empty Get Started pages row from 2 stubs (first-agent, invite-team) to 1 (first-agent). Co-Authored-By: Claude Opus 4.7 (1M context) --- modules/ROOT/nav.adoc | 1 - modules/get-started/pages/invite-team.adoc | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 modules/get-started/pages/invite-team.adoc diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 7f2f8eb..00a865f 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -4,7 +4,6 @@ ** xref:get-started:byoc-quickstart.adoc[Quickstart] ** xref:get-started:first-agent.adoc[Build Your First Agent] ** xref:get-started:rpk-install.adoc[Install or Update rpk] -** xref:get-started:invite-team.adoc[Invite Your Team] * xref:agents:index.adoc[Agents] ** xref:agents:overview.adoc[Overview] ** xref:agents:quickstart.adoc[Quickstart] diff --git a/modules/get-started/pages/invite-team.adoc b/modules/get-started/pages/invite-team.adoc deleted file mode 100644 index 9e5f789..0000000 --- a/modules/get-started/pages/invite-team.adoc +++ /dev/null @@ -1,4 +0,0 @@ -= Invite Your Team -:description: Add team members to your Redpanda ADP organization. - -// TODO: Add content From 0812f61672147921f9035a4995fda000c6babdb2 Mon Sep 17 00:00:00 2001 From: micheleRP Date: Tue, 19 May 2026 21:14:36 -0600 Subject: [PATCH 3/3] Trigger Netlify rebuild Previous deploy preview on this branch errored out without producing a build (state=error, no error_message, deploy URL 404). Local build is clean and no external xrefs reference the deleted page, so the failure looks like a Netlify infra flake. Empty commit to retrigger. Co-Authored-By: Claude Opus 4.7 (1M context)