docs
docs copied to clipboard
CockroachDB user documentation
Exalate commented: PR: cockroachdb/cockroach#69238 From release notes: Added a new endpoint /_status/combinedstmts to retrieve persisted and in-memory statements from crdb_internal.statement_statistics and crdb_internal.transaction_statistics by aggregated_ts range. The request supports optional query...
Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/86007 Commit: https://github.com/cockroachdb/cockroach/commit/6c45224e0af91b1d4940f93e52f2bce4dba18414 --- Release note (ops change): Added logging on replicate queue processing in the presence of errors or when the duration exceeds 50% of...
Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/88416 Commit: https://github.com/cockroachdb/cockroach/commit/a233f1f1373a1b8adde70587e04a2b9eb510d77a --- Release note (sql change): Change the default value of `sql.metrics.statement_details.plan_collection.enabled` to false, since we no longer use this information anywhere. Jira Issue:...
Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/103878 Commit: https://github.com/cockroachdb/cockroach/commit/3c1ebf04584e31f627cacdf60671e828752f84fb Fixes: CRDB-22635 --- Release note (ui change): added `Completed time` field on Jobs and Job details pages; changed time format on those pages...
Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/98208 Commit: https://github.com/cockroachdb/cockroach/commit/53591994a8d84689928589680878375c55c459d7 Fixes: CRDB-24009 --- Release note (general change): extend `/api/v2/nodes` api with `storeMetrics` field. Signed-off-by: Andrii Vorobiov Jira Issue: DOC-7397
Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/110444 Commit: https://github.com/cockroachdb/cockroach/commit/3d81112cba3a0b87889988100248e7e7a07809a1 Epic: CRDB-21265 Fixes: CRDB-4219 CRDB-21257 --- Release note (ops change, ui change): The DB Console now constructs client-side requests using relative URLs instead...
Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/93217 Commit: https://github.com/cockroachdb/cockroach/commit/99dee351fbddbdf3df9872c228512e00c08d9a66 --- Release note (ui change): We added a goroutine scheduling latency graph to the Overload dashboard in the UI. It shows what the...
Irfan Sharif (irfansharif) commented: Looking at our custom charts [page](https://www.cockroachlabs.com/docs/dev/admin-ui-custom-chart-debug-page.html), I notice a lot of the listed "Available Metrics" are out of date. For e.g. any and everything command queue...
Fabio Ghirardello (fabiog1901) commented: ## Adding example after every log format On page https://www.cockroachlabs.com/docs/stable/log-formats.html we list the various log formats, however, we've only 1 example after crdb-v2. It would be...
Michael Lewis (mikeCRL) commented: PR: https://github.com/cockroachdb/cockroach/pull/66874 From release notes: > Added logs for important events during the server draining/shutdown process: (1) log when the server closes an existing connection while...