Skip to content

Commit b4bcb35

Browse files
authored
Deleted query-replication-reports.md and references to it. (#20261)
1 parent c8b31b6 commit b4bcb35

32 files changed

+0
-4288
lines changed

src/current/_includes/v23.1/sidebar-data/troubleshooting.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@
5050
"/${VERSION}/differences-in-metrics-between-third-party-monitoring-integrations-and-db-console.html"
5151
]
5252
},
53-
{
54-
"title": "Replication Reports",
55-
"urls": [
56-
"/${VERSION}/query-replication-reports.html"
57-
]
58-
},
5953
{
6054
"title": "Troubleshoot Replication Zones",
6155
"urls": [

src/current/_includes/v23.2/sidebar-data/troubleshooting.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@
5050
"/${VERSION}/differences-in-metrics-between-third-party-monitoring-integrations-and-db-console.html"
5151
]
5252
},
53-
{
54-
"title": "Replication Reports",
55-
"urls": [
56-
"/${VERSION}/query-replication-reports.html"
57-
]
58-
},
5953
{
6054
"title": "Troubleshoot Replication Zones",
6155
"urls": [

src/current/_includes/v24.1/sidebar-data/troubleshooting.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@
5050
"/${VERSION}/differences-in-metrics-between-third-party-monitoring-integrations-and-db-console.html"
5151
]
5252
},
53-
{
54-
"title": "Replication Reports",
55-
"urls": [
56-
"/${VERSION}/query-replication-reports.html"
57-
]
58-
},
5953
{
6054
"title": "Troubleshoot Replication Zones",
6155
"urls": [

src/current/_includes/v24.2/sidebar-data/troubleshooting.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@
5050
"/${VERSION}/differences-in-metrics-between-third-party-monitoring-integrations-and-db-console.html"
5151
]
5252
},
53-
{
54-
"title": "Replication Reports",
55-
"urls": [
56-
"/${VERSION}/query-replication-reports.html"
57-
]
58-
},
5953
{
6054
"title": "Troubleshoot Replication Zones",
6155
"urls": [

src/current/_includes/v24.3/sidebar-data/troubleshooting.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@
5050
"/${VERSION}/differences-in-metrics-between-third-party-monitoring-integrations-and-db-console.html"
5151
]
5252
},
53-
{
54-
"title": "Replication Reports",
55-
"urls": [
56-
"/${VERSION}/query-replication-reports.html"
57-
]
58-
},
5953
{
6054
"title": "Troubleshoot Replication Zones",
6155
"urls": [

src/current/_includes/v25.1/sidebar-data/troubleshooting.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@
5656
"/${VERSION}/understand-hotspots.html"
5757
]
5858
},
59-
{
60-
"title": "Replication Reports",
61-
"urls": [
62-
"/${VERSION}/query-replication-reports.html"
63-
]
64-
},
6559
{
6660
"title": "Troubleshoot Replication Zones",
6761
"urls": [

src/current/_includes/v25.2/sidebar-data/troubleshooting.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@
6262
"/${VERSION}/detect-hotspots.html"
6363
]
6464
},
65-
{
66-
"title": "Replication Reports",
67-
"urls": [
68-
"/${VERSION}/query-replication-reports.html"
69-
]
70-
},
7165
{
7266
"title": "Troubleshoot Replication Zones",
7367
"urls": [

src/current/_includes/v25.3/sidebar-data/troubleshooting.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@
6262
"/${VERSION}/detect-hotspots.html"
6363
]
6464
},
65-
{
66-
"title": "Replication Reports",
67-
"urls": [
68-
"/${VERSION}/query-replication-reports.html"
69-
]
70-
},
7165
{
7266
"title": "Troubleshoot Replication Zones",
7367
"urls": [

src/current/v23.1/cockroach-debug-zip.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ The following information is also contained in the `.zip` file, and cannot be fi
7979
- Jobs
8080
- [Cluster Settings]({% link {{ page.version.version }}/cluster-settings.md %})
8181
- [Metrics]({% link {{ page.version.version }}/metrics.md %})
82-
- [Replication Reports]({% link {{ page.version.version }}/query-replication-reports.md %})
8382
- CPU profiles
8483
- A script (`hot-ranges.sh`) that summarizes the hottest ranges (ranges receiving a high number of reads or writes)
8584

src/current/v23.1/monitoring-and-alerting.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,6 @@ The critical nodes status endpoint is used to:
203203

204204
If you find under-replicated ranges or constraint violations, you will need to [Troubleshoot your replication zones]({% link {{ page.version.version }}/troubleshoot-replication-zones.md %}).
205205

206-
{{site.data.alerts.callout_info}}
207-
This HTTP status endpoint supersedes the deprecated [Replication Reports]({% link {{ page.version.version }}/query-replication-reports.md %}) SQL API. Due to architectural changes in CockroachDB, the SQL queries described on that page will not result in correct output.
208-
{{site.data.alerts.end}}
209-
210206
#### Fields
211207

212208
The JSON object returned by the critical nodes status endpoint contains the following top-level fields.

0 commit comments

Comments
 (0)