Commit 09c6ae2
Merge #155395
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>File tree
2 files changed
+12
-9
lines changed- docs/generated/metrics
- pkg/kv/kvserver
2 files changed
+12
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10461 | 10461 | | |
10462 | 10462 | | |
10463 | 10463 | | |
| 10464 | + | |
| 10465 | + | |
| 10466 | + | |
| 10467 | + | |
| 10468 | + | |
| 10469 | + | |
| 10470 | + | |
| 10471 | + | |
| 10472 | + | |
| 10473 | + | |
10464 | 10474 | | |
10465 | 10475 | | |
10466 | 10476 | | |
| |||
17262 | 17272 | | |
17263 | 17273 | | |
17264 | 17274 | | |
17265 | | - | |
17266 | | - | |
17267 | | - | |
17268 | | - | |
17269 | | - | |
17270 | | - | |
17271 | | - | |
17272 | | - | |
17273 | | - | |
17274 | 17275 | | |
17275 | 17276 | | |
17276 | 17277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2823 | 2823 | | |
2824 | 2824 | | |
2825 | 2825 | | |
| 2826 | + | |
| 2827 | + | |
2826 | 2828 | | |
2827 | 2829 | | |
2828 | 2830 | | |
| |||
0 commit comments