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

dbconsole: add tooltop to replication dash ranges chart #111115

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

kvoli
Copy link
Collaborator

@kvoli kvoli commented Sep 22, 2023

The Ranges chart in the replication dashboard can be easily misinterpreted when in a single node view, because the per-node metric is only reported by one node for each range. Most commonly, this is the leaseholder, and if not, the first replica in the range descriptor.

Add a tooltip which explains this nuance, taken from the documentation.

image

Epic: None
Resolves: #111055

Release note (ui change): Added a tooltip to the ranges chart on the replication dashboard, describing the metric in single vs cluster view.

The Ranges chart in the replication dashboard can be easily
misinterpreted when in a single node view, because the per-node metric
is only reported by one node for each range. Most commonly, this is the
leaseholder, and if not, the first replica in the range descriptor.

Add a tooltip which explains this nuance, taken from the
documentation.

Epic: None
Resolves: cockroachdb#111055

Release note (ui change): Added a tooltip to the ranges chart on the
replication dashboard, describing the metric in single vs cluster
view.
@kvoli kvoli self-assigned this Sep 22, 2023
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@kvoli kvoli requested a review from koorosh September 22, 2023 17:14
@kvoli kvoli marked this pull request as ready for review September 22, 2023 17:14
@kvoli kvoli requested a review from a team September 22, 2023 17:14
Copy link
Collaborator

@koorosh koorosh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @kvoli)

@kvoli
Copy link
Collaborator Author

kvoli commented Sep 22, 2023

TYFTR!

bors r=koorosh

@craig
Copy link
Contributor

craig bot commented Sep 22, 2023

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Sep 22, 2023

Build succeeded:

@craig craig bot merged commit d42b76a into cockroachdb:master Sep 22, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dbconsole: add tooltip/hint to ranges chart on replication dashboard
3 participants