Removed performance page in favour of grafana dashboards#30
Merged
jeroenrinzema merged 1 commit intomainfrom Oct 13, 2025
Merged
Removed performance page in favour of grafana dashboards#30jeroenrinzema merged 1 commit intomainfrom
jeroenrinzema merged 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR removes the performance monitoring functionality in favor of external tooling such as Grafana dashboards. This includes removing performance-related API endpoints, UI components, and associated types.
- Removes performance monitoring endpoints from the platform API
- Eliminates the Performance React component and related UI routes
- Cleans up unused types, icons, and translation keys
Reviewed Changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| services/platform/src/queue/Queue.ts | Removes queue metrics and monitoring methods |
| services/platform/src/organizations/OrganizationController.ts | Removes performance API endpoints and unused imports |
| services/console/src/views/router.tsx | Removes Performance component routes |
| services/console/src/views/organization/Performance.tsx | Deletes entire Performance React component |
| services/console/src/views/organization/Performance.css | Removes Performance component styles |
| services/console/src/views/organization/Organization.tsx | Removes performance navigation link |
| services/console/src/ui/icons.tsx | Removes unused PerformanceIcon component |
| services/console/src/types.ts | Removes performance-related type definitions |
| services/console/src/api.ts | Removes performance API methods and type imports |
| services/console/public/locales/{zh,es,en}.json | Removes "performance" translation keys |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
749cdc7 to
7b9183b
Compare
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.
This PR removes the performance endpoints and view in favour of external tooling such as Grafana dashboard.