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

ui: show unintended flatten graph in better way #38574

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lqez
Copy link

@lqez lqez commented Jun 29, 2019

Like RocksDB Compactions/Flushs graphs, they have < 1 values at all.
Thus their graph always would be displayed flatten to zero. It makes hard to distinguish when it occurred or not.

This patch lower the countIncrementTable from 0.1 to 0.01 and modify calculateYAxisDomain not to align its legend to [0, 1].

Ref:
This fixes #27094

After:
Screen Shot 2019-06-29 at 4 00 42 PM

Like RocksDB Compactions/Flushs graphs, they have < 1 values at all.
Thus their graph always would be displayed flatten to zero. It makes hard to
distinguish when it occured or not.

This patch lower the countIncrementTable from 0.1 to 0.01 and modify
calculateYAxisDomain not to align its legend to [0, 1].

Release note: None
@lqez lqez requested a review from a team June 29, 2019 07:14
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@knz
Copy link
Contributor

knz commented Jul 10, 2019

@vilterp @piyush-singh who can review this?

@knz knz requested a review from piyush-singh July 10, 2019 07:10
@piyush-singh
Copy link

I'll take a look at the changes by deploying a branch, will follow up with any comments. Deferring to Pete for the code review.

@dhartunian dhartunian removed request for a team and vilterp January 12, 2021 16:57
@tbg tbg added the X-noremind Bots won't notify about PRs with X-noremind label May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
X-noremind Bots won't notify about PRs with X-noremind
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ui: Chart unreadable: RocksDB Compactions/Flushes
5 participants