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
2 changes: 1 addition & 1 deletion src/current/_includes/v25.4/essential-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ These essential CockroachDB metrics let you monitor your CockroachDB {{ site.dat
{% assign metrics_datadog = site.data[version].metrics.datadog-crdb-dedicated %}
{% assign datadog_link = "https://docs.datadoghq.com/integrations/cockroach-cloud/#metrics" %}
{% assign datadog_prefix = "crdb_dedicated" %}
{% comment %} Removed NETWORKING AND LOGICAL_DATA_REPLICATIOON categories for advanced deployment {% endcomment %}
{% comment %} Removed NETWORKING AND LOGICAL_DATA_REPLICATION categories for advanced deployment {% endcomment %}
{% assign category_order = "HARDWARE,STORAGE,OVERLOAD,DISTRIBUTED,REPLICATION,SQL,CHANGEFEEDS,TTL,CROSS_CLUSTER_REPLICATION,UNSET," %}

{% comment %} Build list of allowed metrics from export YAML files {% endcomment %}
Expand Down
2 changes: 1 addition & 1 deletion src/current/_includes/v26.1/essential-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ These essential CockroachDB metrics let you monitor your CockroachDB {{ site.dat
{% assign metrics_datadog = site.data[version].metrics.datadog-crdb-dedicated %}
{% assign datadog_link = "https://docs.datadoghq.com/integrations/cockroach-cloud/#metrics" %}
{% assign datadog_prefix = "crdb_dedicated" %}
{% comment %} Removed NETWORKING AND LOGICAL_DATA_REPLICATIOON categories for advanced deployment {% endcomment %}
{% comment %} Removed NETWORKING AND LOGICAL_DATA_REPLICATION categories for advanced deployment {% endcomment %}
{% assign category_order = "HARDWARE,STORAGE,OVERLOAD,DISTRIBUTED,REPLICATION,SQL,CHANGEFEEDS,TTL,CROSS_CLUSTER_REPLICATION,UNSET," %}

{% comment %} Build list of allowed metrics from export YAML files {% endcomment %}
Expand Down
Loading