-
Couldn't load subscription status.
- Fork 4k
storage: mark add'l WAL latency metric essential #155395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
storage: mark add'l WAL latency metric essential #155395
Conversation
|
It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR? 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sumeerbhola reviewed 1 of 1 files at r1, all commit messages.
Reviewable status:complete! 1 of 0 LGTMs obtained (waiting on @rmloveland)
|
thanks @sumeerbhola ! bors r+ |
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>
|
Build failed: |
c0daab3 to
2f32686
Compare
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).
2f32686 to
84ed83f
Compare
|
bors r+ |
This change marks the
storage.wal.failover.write_and_sync.latencymetric 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