Skip to content

Commit 19a1b54

Browse files
authored
Update docs for reworked overview page (#23141)
* Update docs for reworked overview page * Fix build errors * Jan feedback * Fix broken anchor * Brandon comments
1 parent d7e40a7 commit 19a1b54

37 files changed

+180
-190
lines changed

src/current/_data/redirects.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,6 +1122,9 @@
11221122
sources: ['query-data.md']
11231123
versions: ['v26.1', 'v26.2']
11241124

1125+
- destination: cockroachcloud/overview-page.md
1126+
sources: ['cockroachcloud/cluster-overview-page.md']
1127+
11251128
- destination: releases/index.md
11261129
sources: ['releases/staged-release-process.md']
11271130

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
All cluster activity, including SQL queries, bulk operations, and background jobs, is measured in Request Units, or RUs. An RU is an abstracted metric that represents the [compute and I/O resources]({% link cockroachcloud/resource-usage.md %}#understand-resource-consumption) used by a database operation. In addition to queries that you run, background activity, such as automatic statistics to optimize your queries or running a changefeed to an external sink, also consumes RUs. You can review how many request units your cluster has used on the [Cluster Overview]({% link cockroachcloud/cluster-overview-page.md %}#request-units) page.
1+
All cluster activity, including SQL queries, bulk operations, and background jobs, is measured in Request Units, or RUs. An RU is an abstracted metric that represents the [compute and I/O resources]({% link cockroachcloud/resource-usage.md %}#understand-resource-consumption) used by a database operation. In addition to queries that you run, background activity, such as automatic statistics to optimize your queries or running a changefeed to an external sink, also consumes RUs. You can review how many request units your cluster has used on the [Overview page]({% link cockroachcloud/overview-page.md %}#cluster-resource-totals).

src/current/_includes/sidebar-data-cockroachcloud.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@
190190
"title": "Monitor Your Cluster",
191191
"items": [
192192
{
193-
"title": "Cluster Overview Page",
193+
"title": "Overview Page",
194194
"urls": [
195-
"/cockroachcloud/cluster-overview-page.html"
195+
"/cockroachcloud/overview-page.html"
196196
]
197197
},
198198
{

src/current/_includes/v23.1/sidebar-data/cloud-deployments.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,9 @@
344344
"title": "Monitoring and Alerting",
345345
"items": [
346346
{
347-
"title": "Cluster Overview Page",
347+
"title": "Overview Page",
348348
"urls": [
349-
"/cockroachcloud/cluster-overview-page.html"
349+
"/cockroachcloud/overview-page.html"
350350
]
351351
},
352352
{

src/current/_includes/v23.2/sidebar-data/cloud-deployments.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,9 @@
344344
"title": "Monitoring and Alerting",
345345
"items": [
346346
{
347-
"title": "Cluster Overview Page",
347+
"title": "Overview Page",
348348
"urls": [
349-
"/cockroachcloud/cluster-overview-page.html"
349+
"/cockroachcloud/overview-page.html"
350350
]
351351
},
352352
{

src/current/_includes/v24.1/sidebar-data/cloud-deployments.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,9 @@
344344
"title": "Monitoring and Alerting",
345345
"items": [
346346
{
347-
"title": "Cluster Overview Page",
347+
"title": "Overview Page",
348348
"urls": [
349-
"/cockroachcloud/cluster-overview-page.html"
349+
"/cockroachcloud/overview-page.html"
350350
]
351351
},
352352
{

src/current/_includes/v24.2/sidebar-data/cloud-deployments.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,9 @@
380380
"title": "Monitoring and Alerting",
381381
"items": [
382382
{
383-
"title": "Cluster Overview Page",
383+
"title": "Overview Page",
384384
"urls": [
385-
"/cockroachcloud/cluster-overview-page.html"
385+
"/cockroachcloud/overview-page.html"
386386
]
387387
},
388388
{

src/current/_includes/v24.3/sidebar-data/cloud-deployments.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,9 @@
380380
"title": "Monitoring and Alerting",
381381
"items": [
382382
{
383-
"title": "Cluster Overview Page",
383+
"title": "Overview Page",
384384
"urls": [
385-
"/cockroachcloud/cluster-overview-page.html"
385+
"/cockroachcloud/overview-page.html"
386386
]
387387
},
388388
{

src/current/_includes/v25.1/sidebar-data/cloud-deployments.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,9 @@
391391
"title": "Monitoring and Alerting",
392392
"items": [
393393
{
394-
"title": "Cluster Overview Page",
394+
"title": "Overview Page",
395395
"urls": [
396-
"/cockroachcloud/cluster-overview-page.html"
396+
"/cockroachcloud/overview-page.html"
397397
]
398398
},
399399
{

src/current/_includes/v25.2/sidebar-data/cloud-deployments.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@
386386
"title": "Monitoring and Alerting",
387387
"items": [
388388
{
389-
"title": "Cluster Overview Page",
389+
"title": "Overview Page",
390390
"urls": [
391-
"/cockroachcloud/cluster-overview-page.html"
391+
"/cockroachcloud/overview-page.html"
392392
]
393393
},
394394
{

0 commit comments

Comments
 (0)