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
155395: storage: mark add'l WAL latency metric essential r=rmloveland a=rmloveland
This change marks the `storage.wal.failover.write_and_sync.latency` metric as "Essential" so it gets automatically pulled into the 'Essential Metrics' documentation at e.g.,
https://www.cockroachlabs.com/docs/stable/essential-metrics-self-hosted.html#storage
This is necessary since we are adding some words about this metric to the docs via cockroachdb/docs#20566
We would like to then backport this change to all supported versions of CockroachDB which have WAL failover (i.e., v24.1 and later).
Addresses part of DOC-13184
Co-authored-by: Rich Loveland <rich@cockroachlabs.com>
Copy file name to clipboardExpand all lines: docs/generated/metrics/metrics.yaml
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -10461,6 +10461,16 @@ layers:
10461
10461
derivative: NON_NEGATIVE_DERIVATIVE
10462
10462
how_to_use: This metric reports the number of a node's LSM compactions. If the number of compactions remains elevated while the LSM health does not improve, compactions are not keeping up with the workload. If the condition persists for an extended period, the cluster will initially exhibit performance issues that will eventually escalate into stability issues.
0 commit comments