You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Duration of the Rangefeed O(range) output loop goroutine. This is only applicable for unbuffered registrations since buffered registrations spawns long-living goroutines.
@@ -15137,6 +15153,14 @@ layers:
15137
15153
unit: COUNT
15138
15154
aggregation: AVG
15139
15155
derivative: NONE
15156
+
- name: replicas.cpunanospersecond
15157
+
exported_name: replicas_cpunanospersecond
15158
+
description: Nanoseconds of CPU time in Replica request processing including evaluation but not replication
Copy file name to clipboardExpand all lines: src/current/_includes/v25.3/essential-metrics.md
+94-12Lines changed: 94 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
These essential CockroachDB metrics let you monitor your CockroachDB {{ site.data.products.core }} cluster. Use them to build custom dashboards with the following tools:
5
5
6
-
{% comment %} Assign variables specific to deployment {% endcomment %}
6
+
{% comment %} STEP 1. Assign variables specific to deployment {% endcomment %}
{% comment %} Create sections for each unique category. For example, both APPLICATION and STORAGE layers have a SQL category. {% endcomment %}
63
+
{% comment %} STEP 4. Create sections for each unique category. For example, both APPLICATION and STORAGE layers have a SQL category, however only one SQL category will be created. {% endcomment %}
64
64
{% for category_name in category_names_array %}
65
65
{% if category_name != "" %}
66
66
67
-
{% comment %} Create sections for each unique category {% endcomment %}
@@ -79,9 +78,10 @@ The **Usage** column explains why each metric is important to visualize and how
79
78
80
79
{% endfor %}{% comment %}for layer in layer_names_array{% endcomment %}
81
80
82
-
{% comment %} Only create a section for a category if essential metrics exist. For example, the UNSET category does not have any essential metrics.{% endcomment %}
81
+
{% comment %} STEP 4b. Only create a section for a category if essential metrics exist. For example, the UNSET category does not have any essential metrics.{% endcomment %}
0 commit comments