Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server: add NodeIds to DatabaseDetails and TableStats responses #11222

Closed
cockroach-teamcity opened this issue Sep 3, 2021 · 1 comment
Closed

Comments

@cockroach-teamcity
Copy link
Member

cockroachdb/cockroach#69788 --- Release note (api change): A list of node ids representing the nodes that store data for the database has been added to the stats field in the databases details endpoint under nodeIds. Database details must be requested with include_stats set to true, e.g. /_admin/v1/databases/{database}?include_stats=true Similarly, nodeIds has also been added to the table stats endpoint, which is an ordered list of node ids which stores the table data: /_admin/v1/databases/{database}/tables/{table}/stats

@taroface
Copy link
Contributor

This change was covered by #12024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants