feat(maintenance): thread dump and info REST endpoints (#35205)#35463
feat(maintenance): thread dump and info REST endpoints (#35205)#35463hassandotcms wants to merge 1 commit intomainfrom
Conversation
Adds GET /api/v1/maintenance/_threads and GET /api/v1/maintenance/_threads/info, returning structured JSON via Immutables-backed view classes. Replaces the legacy DWR ThreadMonitorTool which served HTML <pre> blobs and is unusable for the Angular Maintenance portlet rewrite. Both responses include serverId and serverName so the UI can identify which cluster node served the request.
|
Claude finished @hassandotcms's task in 1m 50s —— View job PR Review: feat(maintenance) thread dump and info endpoints
Issues Found1.
|
Adds GET /api/v1/maintenance/_threads and GET /api/v1/maintenance/_threads/info, returning structured JSON via Immutables-backed view classes. Replaces the legacy DWR ThreadMonitorTool which served HTML blobs and is unusable for the Angular Maintenance portlet rewrite. Both responses include serverId and serverName so the UI can identify which cluster node served the request.
This PR fixes: #35205