Skip to content
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

kvserver: fix rebalancing.(write|read)bytes desc #101499

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

kvoli
Copy link
Collaborator

@kvoli kvoli commented Apr 13, 2023

The rebalancing.readbytespersecond and rebalancing.writebytespersecond metrics had incorrect descriptions which stated "written" for reads and "read" for writes.

This commit updates the metric descriptions to be correct.

Epic: none

Release note (bug fix): Fix the metric description of rebalancing.readbytespersecond, rebalancing.writebytespersecond to correctly reference bytes read and bytes written respectively.

@kvoli kvoli requested a review from a team as a code owner April 13, 2023 21:40
@kvoli kvoli self-assigned this Apr 13, 2023
@blathers-crl
Copy link

blathers-crl bot commented Apr 13, 2023

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.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@kvoli kvoli added backport-23.1.x Flags PRs that need to be backported to 23.1 backport-23.1.0 labels Apr 13, 2023
The `rebalancing.readbytespersecond` and
`rebalancing.writebytespersecond` metrics had incorrect descriptions
which stated "written" for reads and "read" for writes.

This commit updates the metric descriptions to be correct.

Epic: none

Release note (bug fix): Fix the metric description of
`rebalancing.readbytespersecond`, `rebalancing.writebytespersecond`
to correctly reference bytes read and bytes written respectively.
@kvoli kvoli force-pushed the 230413.fix-rebalancing-metric-desc branch from 63a2655 to 2b42d80 Compare April 13, 2023 22:43
@kvoli kvoli requested review from tbg and andrewbaptist April 14, 2023 13:25
@kvoli
Copy link
Collaborator Author

kvoli commented Apr 18, 2023

bors r=tbg

@craig
Copy link
Contributor

craig bot commented Apr 18, 2023

Build succeeded:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-23.1.x Flags PRs that need to be backported to 23.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants