-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cluster-ui: preliminary work moving database details endpoint
This change establishes preliminary work to move the existing database details endpoint to use sql-over-http, making it tenant-scoped. Currently, this change is missing a couple existing fields: - `approximate_disk_bytes`, used to display the size of the database - `node_ids`, used to display the nodes that the database uses The data for database details is populated using 5 queries, which fetch the database's: - ID - grants - tables - range statistics - index usage statistics This PR also changes the structure of the database details response. Each field within the overlying database details response encapsulates the response of one of the queries. Query failures are captured at the top-level of the response and within the corresponding response field for the query (scoping query failures to each transaction). Release note: None
- Loading branch information
Thomas Hardy
committed
Feb 13, 2023
1 parent
f503e3a
commit 57a5b4f
Showing
14 changed files
with
549 additions
and
563 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.