Add platform health dashboard - #3098
Draft
andreasohlund wants to merge 57 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?
Member
Author
andreasohlund
commented
Aug 30, 2026
| return ""; | ||
| } | ||
|
|
||
| return JSON.stringify( |
Member
Author
There was a problem hiding this comment.
Needs discussion, more stuff could go in here in the future
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
Platform healthpage, support export, and runtime mock controlsPlatform healthandPlatform CapabilitiesDesign Decisions
Platform healthandPlatform Capabilities.PlatformModelStoreowns normalization for primary ServiceControl, remote instances, and Monitoring, while transport stays in the purpose-specific clients.ServicePulseas a frontend-owned model with only the fields needed for Platform health and update visibility.X-Particular-Versionresponse header and the Monitoring version from its rootversionfield. A successful primary root fetch still maps to ahealthybaseline.internalflag as the source of truth for platform custom checks. Older responses without the flag are treated as non-internal.PlatformHealthStore. Matching is byoriginating_endpoint.name, and a failing internal check degrades the matching healthy instance.PlatformHealthStoreresponsible for page-specific severity, rows, upgrade cues, details, and support export content, whileCustomChecksStoreonly controls filtering and pagination for the list view.Behavior
Show platform custom checksreveals internal checks in the Custom Checks UIoriginating_endpoint.nameVerification
npm run test:component -- src/stores/CustomChecksStore.spec.ts src/stores/PlatformHealthStore.spec.ts test/mocks/platform-health-state.spec.tsnpm run lintnpm run type-check