Add platform health dashboard - #3098
Draft
andreasohlund wants to merge 17 commits into
Draft
Conversation
andreasohlund
commented
Aug 28, 2026
| } | ||
|
|
||
| // 5. Audit instance is available and there are successful audit messages | ||
| // 4. All configured audit instances are available. |
Member
Author
There was a problem hiding this comment.
Not sure about this one, needs disussion
andreasohlund
commented
Aug 28, 2026
| @@ -53,34 +37,6 @@ const { configuration } = storeToRefs(configurationStore); | |||
| <a :href="newVersions.newSPVersion.newspversionlink" target="_blank">v{{ newVersions.newSPVersion.newspversionnumber }} available</a>) | |||
Member
Author
There was a problem hiding this comment.
Needs discussion: should we move this to the health page as well?
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
Design decisions
Platform healthandPlatform Capabilities.PlatformModel.monitoringremainsPlatformInstance | nulland is shared by both Platform health and Platform Capabilities.primary-error,remote-error,remote-audit,monitoring).PlatformHealthRowpage-specific rather than pushing table-only display semantics into the shared model.Not configuredbadges for instance-not-configured states and keep capability-specific readiness semantics there.Platform healthpage, while capability-specific widgets such asMessagesandMetricsstay on the cards.danger > warning > infofor outdated-only cases, and the menu item tooltip follows the same status precedence.apiUrlfrom the shared platform model.Keep this section up to date as implementation and product decisions evolve.
Test scenarios
Use
cd src/Frontend && VITE_MOCK_SCENARIO=<name> npm run dev:mocks.Startup scenarios:
platform-healthplatform-health-outdatedThen switch live in the browser console with
window.__platformHealth.setScenario(...):single-region-healthysingle-region-warning: monitoring healthy, one degraded audit instancesingle-region-dangersingle-region-outdatedmulti-region-healthymulti-region-warningmulti-region-danger: remote error unavailable, no monitoringRuntime helpers:
window.__platformHealth.getState()window.__platformHealth.reset()window.__platformHealth.setStatus('primary' | 'monitoring' | 'remote-0' | 'remote-1', 'healthy' | 'degraded' | 'unavailable')window.__platformHealth.setWarnings([...])window.__platformHealth.clearWarnings()