-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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: removed metric function setDefaultTime
#46190
ui: removed metric function setDefaultTime
#46190
Conversation
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.
Looks good. Didn't know we had this feature previously.
Going to just confirm with Piyush that we want that old feature removed.
Please add a Release Justification to commit and PR message so we can merge :)
Reviewed 3 of 3 files at r1.
Reviewable status: complete! 0 of 0 LGTMs obtained
00cd0bc
to
bd85d45
Compare
@elkmaster can you fix the merge conflict so we can merge? |
This will also need a release note: "default timescale on metrics page is always 10m. previously it defaulted to the age of the longest running node" |
bd85d45
to
d63789f
Compare
Removed setter the default graph time window based on the age of the older node in the cluster because we have default redux scale. That fixed our problem when we using the time dropdown on the metrics page and clicking on "10m" we get result with "6h" duration. Resolves: cockroachdb#46145 Release justification: bug fixes and low-risk updates to new functionality Release note (ui): default timescale on metrics page is always 10m. previously it defaulted to the age of the longest running node
d63789f
to
7abc4d2
Compare
bors r+ |
Build succeeded |
Removed setter the default graph time window based on the age of the older node in the cluster because we have default redux scale. That fixed our problem when we using the time dropdown on the metrics page and clicking on "10m" we get result with "6h" duration.
Resolves: #46145
Release justification: bug fixes and low-risk updates to new functionality
Release note (ui): default timescale on metrics page is always 10m. previously it defaulted to the age of the longest running node