Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If you're on Hosted GKE, before starting, make sure the email address associated
2. Install [CoreOS's Prometheus Operator](https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/release-0.43/bundle.yaml):

{{site.data.alerts.callout_info}}
If you run into an error when installing the Prometheus Operator, first try updating the [release version](https://github.com/prometheus-operator/prometheus-operator/blob/master/RELEASE.md) specified in the below command and reapplying the manifest. If this doesn't work, please [file an issue](file-an-issue.html).
If you run into an error when installing the Prometheus Operator, first try updating the [release version](https://github.com/prometheus-operator/prometheus-operator/blob/master/RELEASE.md) specified in the below command and reapplying the manifest. If this doesn't work, please [contact Support](support-resources.html).
{{site.data.alerts.end}}

{% include copy-clipboard.html %}
Expand Down
2 changes: 1 addition & 1 deletion src/current/_includes/v23.1/misc/beta-warning.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{site.data.alerts.callout_danger}}
**This is a beta feature.** It is currently undergoing continued testing. Please [file a Github issue]({% link {{ page.version.version }}/file-an-issue.md %}) with us if you identify a bug.
**This is a beta feature.** It is currently undergoing continued testing. Please [contact Support]({% link {{ page.version.version }}/support-resources.md %}) if you identify a bug.
{{site.data.alerts.end}}
190 changes: 92 additions & 98 deletions src/current/_includes/v23.1/sidebar-data/troubleshooting.json
Original file line number Diff line number Diff line change
@@ -1,99 +1,93 @@
{
"title": "Troubleshooting",
"is_top_level": true,
"items": [
{
"title": "Overview",
"urls": [
"/${VERSION}/troubleshooting-overview.html"
]
},
{
"title": "Common Errors and Solutions",
"urls": [
"/${VERSION}/common-errors.html"
]
},
{
"title": "Troubleshoot Cloud Setup",
"urls": [
"/cockroachcloud/troubleshooting-page.html"
]
},
{
"title": "Troubleshoot Self-Hosted Setup",
"urls": [
"/${VERSION}/cluster-setup-troubleshooting.html"
]
},
{
"title": "Troubleshoot SQL Statements",
"urls": [
"/${VERSION}/query-behavior-troubleshooting.html"
]
},
{
"title": "Transaction Retry Error Reference",
"urls": [
"/${VERSION}/transaction-retry-error-reference.html"
]
},
{
"title": "Transaction Retry Error Example",
"urls": [
"/${VERSION}/transaction-retry-error-example.html"
]
},
{
"title": "Differences in Metrics between Third-Party Monitoring Integrations and DB Console",
"urls": [
"/${VERSION}/differences-in-metrics-between-third-party-monitoring-integrations-and-db-console.html"
]
},
{
"title": "Troubleshoot Replication Zones",
"urls": [
"/${VERSION}/troubleshoot-replication-zones.html"
]
},
{
"title": "Benchmarking",
"items": [
{
"title": "Overview",
"urls": [
"/${VERSION}/performance.html"
]
},
{
"title": "Benchmarking with TPC-C",
"urls": [
"/${VERSION}/performance-benchmarking-with-tpcc-local.html",
"/${VERSION}/performance-benchmarking-with-tpcc-local-multiregion.html",
"/${VERSION}/performance-benchmarking-with-tpcc-small.html",
"/${VERSION}/performance-benchmarking-with-tpcc-medium.html",
"/${VERSION}/performance-benchmarking-with-tpcc-large.html"
]
}
]
},
{
"title": "Support Resources",
"urls": [
"/${VERSION}/support-resources.html"
]
},
{
"title": "File an Issue",
"urls": [
"/${VERSION}/file-an-issue.html"
]
},
{
"title": "Automatic CPU Profiler",
"urls": [
"/${VERSION}/automatic-cpu-profiler.html"
]
}
]
}
"title": "Troubleshooting",
"is_top_level": true,
"items": [
{
"title": "Overview",
"urls": [
"/${VERSION}/troubleshooting-overview.html"
]
},
{
"title": "Common Errors and Solutions",
"urls": [
"/${VERSION}/common-errors.html"
]
},
{
"title": "Troubleshoot Cloud Setup",
"urls": [
"/cockroachcloud/troubleshooting-page.html"
]
},
{
"title": "Troubleshoot Self-Hosted Setup",
"urls": [
"/${VERSION}/cluster-setup-troubleshooting.html"
]
},
{
"title": "Troubleshoot SQL Statements",
"urls": [
"/${VERSION}/query-behavior-troubleshooting.html"
]
},
{
"title": "Transaction Retry Error Reference",
"urls": [
"/${VERSION}/transaction-retry-error-reference.html"
]
},
{
"title": "Transaction Retry Error Example",
"urls": [
"/${VERSION}/transaction-retry-error-example.html"
]
},
{
"title": "Differences in Metrics between Third-Party Monitoring Integrations and DB Console",
"urls": [
"/${VERSION}/differences-in-metrics-between-third-party-monitoring-integrations-and-db-console.html"
]
},
{
"title": "Troubleshoot Replication Zones",
"urls": [
"/${VERSION}/troubleshoot-replication-zones.html"
]
},
{
"title": "Benchmarking",
"items": [
{
"title": "Overview",
"urls": [
"/${VERSION}/performance.html"
]
},
{
"title": "Benchmarking with TPC-C",
"urls": [
"/${VERSION}/performance-benchmarking-with-tpcc-local.html",
"/${VERSION}/performance-benchmarking-with-tpcc-local-multiregion.html",
"/${VERSION}/performance-benchmarking-with-tpcc-small.html",
"/${VERSION}/performance-benchmarking-with-tpcc-medium.html",
"/${VERSION}/performance-benchmarking-with-tpcc-large.html"
]
}
]
},
{
"title": "Support Resources",
"urls": [
"/${VERSION}/support-resources.html"
]
},
{
"title": "Automatic CPU Profiler",
"urls": [
"/${VERSION}/automatic-cpu-profiler.html"
]
}
]
}
2 changes: 1 addition & 1 deletion src/current/_includes/v23.2/misc/beta-warning.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{site.data.alerts.callout_danger}}
**This is a beta feature.** It is currently undergoing continued testing. Please [file a Github issue]({% link {{ page.version.version }}/file-an-issue.md %}) with us if you identify a bug.
**This is a beta feature.** It is currently undergoing continued testing. Please [contact Support]({% link {{ page.version.version }}/support-resources.md %}) if you identify a bug.
{{site.data.alerts.end}}
Loading
Loading