Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: return all completed stmt diag requests
Fixes cockroachdb#80104 Previously, we only return statement diagnostics requests that have not yet expired. Since we use the results of this request to populate completed statement diagnostics bundles in addition to outstanding requests, completed statement diag bundles would disappear from the UI after the request expired. This commit ensures that `StatementDiagnosticsRequests` returns all completed stmt diag requests so that we can display the complete history of completed bundles in the UI. Release note (bug fix): completed stmt diagnostics bundles now persist in the UI in stmt diag bundle pages
- Loading branch information