File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,21 @@ message Metadata {
89
89
TTL = 15 ;
90
90
EXPIRATIONS = 16 ;
91
91
}
92
-
92
+
93
93
// if essential is true, the metric is required to be included in
94
94
// a DB Console dashboard, in our public docs, and in all tsdump
95
95
// exports.
96
+ //
97
+ // The initial list of essential metrics was based on the "100 essential
98
+ // metrics" that can be found at
99
+ // https://github.com/cockroachlabs/cockroachdb-runbook-template/blob/main/monitoring-alerts/monitoring-dashboard-custom.md
96
100
required bool essential = 9 [(gogoproto.nullable ) = false ];
97
101
// category is the dashboard category of this metric. This is
98
102
// required if `essential` is true.
99
103
required Category category = 11 [(gogoproto.nullable ) = false ];
100
104
// how_to_use is an extended description of how to use this metric
101
105
// with a running cluster. This is required if `essential` is true.
102
106
required string how_to_use = 12 [(gogoproto.nullable ) = false ];
107
+
108
+ // Next ID: 10 (then 13).
103
109
}
You can’t perform that action at this time.
0 commit comments