feat(ui): fleet-wide workload health for the provider plugin - #256
Open
kevwilliams wants to merge 1 commit into
Open
feat(ui): fleet-wide workload health for the provider plugin#256kevwilliams wants to merge 1 commit into
kevwilliams wants to merge 1 commit into
Conversation
Adds two portal.page/service extensions to the compute provider plugin: a Workloads tab listing every Workload across the service's active consumer fleet (sortable/paginated via datum-ui's DataTable), and a ServiceOverview page that replaces staff-portal's built-in Overview content with fleet stats, worst-unhealthy-workload preview, service conditions, quota limits, pricing, and meters. Fleet-wide data (consumer list, per-project org) is resolved via staff-portal's existing /api/internal proxy and /api/graphql — no new plugin-owned backend. Bumps @datum-cloud/datum-ui to ^2.3.0 to pick up a working data-table module. Related to #183.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Workloads tab (
portal.page/service, pathworkloads) listing every Workload across every active consumer project of compute, sortable and paginated.Adds a ServiceOverview page (
portal.page/service, path"", the reserved "replace the built-in Overview" convention) showing fleet stats, a worst-unhealthy-workload preview, service conditions, quota limits, pricing, and meters. It replaces staff-portal's built-in Overview for compute.Both fetch fleet-wide data (consumer list, per-project org) through staff-portal's existing
/api/internalproxy and/api/graphql. No new plugin-owned backend.Bumps
@datum-cloud/datum-uito^2.3.0for a workingdata-tablemodule. Merges in the dependency additions from the Logs explorer PR (#255).Requires the companion staff-portal PR (
portal.page/serviceextension type,serviceRef) and service-catalog PR (fan-out writesserviceRef) to render.Related to #183. Builds on the design in #249.
Screencast.From.2026-08-27.16-01-15.mp4
Test plan
tsc --noEmitandvite buildpassvalidateManifest()