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
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).
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
@@ -10551,6 +10551,16 @@ layers:
10551
10551
derivative: NON_NEGATIVE_DERIVATIVE
10552
10552
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