Skip to content

Commit

Permalink
Add v24.2 o11y feature highlights
Browse files Browse the repository at this point in the history
... also break out feature detail key into a separate HTML include
  • Loading branch information
rmloveland committed Aug 9, 2024
1 parent e3a27e5 commit 9bd0aa8
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 42 deletions.
25 changes: 25 additions & 0 deletions src/current/_includes/releases/v24.2/feature-detail-key.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<table>
<thead>
<tr>
<th id="feature-detail-key" colspan="2">Feature detail key</th>
</tr>
</thead>
<tbody>
<tr>
<td>&starf;</td>
<td>Features marked "All&starf;" were recently made available in the CockroachDB Cloud platform. They are available for all supported versions of CockroachDB, under the deployment methods specified in their row under Availability.</td>
</tr>
<tr>
<td>&starf;&starf;</td>
<td>Features marked "All&starf;&starf;" were recently made available via migration tools maintained outside of the CockroachDB binary. They are available to use with all supported versions of CockroachDB, under the deployment methods specified in their row under Availability.</td>
</tr>
<tr>
<td>{% include icon-yes.html %}</td>
<td>Feature is available for this deployment method of CockroachDB as specified in the icon’s column: CockroachDB Self-Hosted, CockroachDB Dedicated, or CockroachDB Serverless.</td>
</tr>
<tr>
<td>{% include icon-no.html %}</td>
<td>Feature is not available for this deployment method of CockroachDB as specified in the icon’s column: CockroachDB Self-Hosted, CockroachDB Dedicated, or CockroachDB Serverless.</td>
</tr>
</tbody>
</table>
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
<tbody>
<tr>
<td>
<p class="feature-summary">CockroachDB Dedicated supports a Prometheus-compatibile metric scrape endpoint.</p>
<p class="feature-description">The <a href="https://www.cockroachlabs.com/docs/cockroachcloud/export-metrics.html?filters=prometheus-metrics-export">Prometheus-compatibile metric scrape endpoint</a> for CockroachDB Dedicated is generally available.</p>
<p class="feature-summary">Azure Dedicated clusters integrate with Azure Monitor for metrics and logs (limited access)</p>
<p class="feature-description">
<a href="https://www.cockroachlabs.com/docs/cockroachcloud/export-logs?filters=azure-monitor-log-export">Exporting logs</a> to Azure Monitor Logs and <a href="https://www.cockroachlabs.com/docs/cockroachcloud/export-metrics?filters=azure-monitor-metrics-export">exporting metrics</a> to Azure Monitor Metrics and Prometheus-compatible metric sinks from your CockroachDB Dedicated cluster hosted on Azure is in limited access.
</p>
</td>
<td>All<sup>&starf;</sup>
</td>
Expand All @@ -25,50 +27,16 @@
</tr>
<tr>
<td>
<p class="feature-summary">Export CockroachDB Dedicated metrics to Azure Monitor</p>
<p class="feature-description">CockroachDB Dedicated supports <a href="https://www.cockroachlabs.com/docs/cockroachcloud/export-metrics?filters=azure-monitor-metrics-export">exporting metrics to Azure Monitor</a> in limited access. Contact your Cockroach Labs account team for access.</p>
<p class="feature-summary">Improved Overload Dashboard</p>
<p class="feature-description">
Updates to the <a href="https://www.cockroachlabs.com/docs/v24.2/ui-overload-dashboard">Overload dashboard</a>, such as putting more important metrics at the top and adding more informative tooltips. These enhancements aim to help users more easily identify when <a href="https://www.cockroachlabs.com/docs/v24.2/admission-control">Admission Control</a> mechanisms are activated due to overload.
</p>
</td>
<td>All<sup>&starf;</sup>
<td>v24.2, v24.1
</td>
<td class="icon-center">{% include icon-no.html %}</td>
<td class="icon-center">{% include icon-yes.html %}</td>
<td class="icon-center">{% include icon-no.html %}</td>
</tr>
<tr>
<td>
<p class="feature-summary">Export CockroachDB Dedicated logs to Azure Monitor</p>
<p class="feature-description">CockroachDB Dedicated supports <a href="https://www.cockroachlabs.com/docs/cockroachcloud/export-logs?filters=azure-monitor-log-export">exporting logs to Azure Monitor</a> in limited access. Contact your Cockroach Labs account team for access.</p>
</td>
<td>All<sup>&starf;</sup>
</td>
<td class="icon-center">{% include icon-no.html %}</td>
<td class="icon-center">{% include icon-yes.html %}</td>
<td class="icon-center">{% include icon-no.html %}</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th id="feature-detail-key" colspan="2">Feature detail key</th>
</tr>
</thead>
<tbody>
<tr>
<td>&starf;</td>
<td>Features marked "All&starf;" were recently made available in the CockroachDB Cloud platform. They are available for all supported versions of CockroachDB, under the deployment methods specified in their row under Availability.</td>
</tr>
<tr>
<td>&starf;&starf;</td>
<td>Features marked "All&starf;&starf;" were recently made available via migration tools maintained outside of the CockroachDB binary. They are available to use with all supported versions of CockroachDB, under the deployment methods specified in their row under Availability.</td>
</tr>
<tr>
<td>{% include icon-yes.html %}</td>
<td>Feature is available for this deployment method of CockroachDB as specified in the icon’s column: CockroachDB Self-Hosted, CockroachDB Dedicated, or CockroachDB Serverless.</td>
</tr>
<tr>
<td>{% include icon-no.html %}</td>
<td>Feature is not available for this deployment method of CockroachDB as specified in the icon’s column: CockroachDB Self-Hosted, CockroachDB Dedicated, or CockroachDB Serverless.</td>
<td class="icon-center">{% include icon-yes.html %}</td>
</tr>
</tbody>
</table>
2 changes: 2 additions & 0 deletions src/current/_includes/releases/v24.2/v24.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ In CockroachDB Self-Hosted, all available features are free to use unless their

{% include releases/v24.2/feature-highlights-observability.html %}

{% include releases/v24.2/feature-detail-key.html %}

</div>

<h4 id="v24-2-0-backward-incompatible-changes-and-deprecations">Backward-incompatible changes and deprecations</h4>
Expand Down

0 comments on commit 9bd0aa8

Please sign in to comment.