cockroachdb / docs

CockroachDB user documentation
https://cockroachlabs.com/docs
Creative Commons Attribution 4.0 International
188 stars 456 forks source link

server: reduce API discrepancies between SQL-only servers and regular servers #12973

Open cockroach-teamcity opened 2 years ago

cockroach-teamcity commented 2 years ago

Exalate commented:

https://github.com/cockroachdb/cockroach/pull/75852 --- Release note (api change): The /_status/load endpoint, which delivers an instant measurement of CPU load, is now available for regular CockroachDB nodes and not just multitenant SQL-only servers. (This is arguably a bug fix - this endpoint should have been available from the start.)

Jira Issue: DOC-2546

exalate-issue-sync[bot] commented 2 years ago

Tommy Truongchau (thtruo) commented: Potentially rolls into broader docs project mentioned in DOC-2783

exalate-issue-sync[bot] commented 2 years ago

Andrew Feierabend (andf-crl) commented: Tommy Truongchau shouldn’t the Advanced Debug page have a mention of this /_status/load endpoint? Currently no mention is made. If not in the dashboard UI, I can’t put it in the docs 😉.

( The endpoint works fine, it’s just not presented to users in any fashion. They must know the full URL somehow to find it).

exalate-issue-sync[bot] commented 2 years ago

Tommy Truongchau (thtruo) commented: Good callout Andrew Feierabend - I’ve stubbed a new issue https://github.com/cockroachdb/cockroach/issues/83716 for KV Obs to add to the DB Console. Once we merge this blocker, think that should unblock you on docs