You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
The datepicker and graph timewindow selector are broken on /#/raft/messages/all. This can be fixed by passing the RaftMessages component the setMetricsFixedWindow and setTimeScale props and passing those into the MetricsDataProvider.
To Reproduce
What did you do? Describe in your own words.
Load the raft messages page from the advanced debug tab and try dragging-to-zoom on a timeframe on the graph or selecting a date/time with the datepicker.
Expected behavior
Be able to drag-to-zoom to a timeframe and use the datepicker.
Additional data / screenshots
If the problem is SQL-related, include a copy of the SQL query and the schema
of the supporting tables.
If a node in your cluster encountered a fatal error, supply the contents of the
log directories (at minimum of the affected node(s), but preferably all nodes).
Note that log files can contain confidential information. Please continue
creating this issue, but contact [email protected] to submit the log
files in private.
If applicable, add screenshots to help explain your problem.
Previously, when a user attempted to drag-to-zoom on the graph it would
not work properly. This is due to missing props that set the time window
and the time scale. Therefore, this patch updates the props to include
these in order to have the date picker and graph drag-to-zoom working
again.
resolvescockroachdb#79614
Release note (bug fix): Update props on the raft messages page to
include functions to set the time window and time scale in order
to fix date picker and drag-to-zoom functionality.
Previously, when a user attempted to drag-to-zoom on the graph it would
not work properly. This is due to missing props that set the time window
and the time scale. Therefore, this patch updates the props to include
these in order to have the date picker and graph drag-to-zoom working
again.
resolves#79614
Release note (bug fix): Update props on the raft messages page to
include functions to set the time window and time scale in order
to fix date picker and drag-to-zoom functionality.
Describe the problem
The datepicker and graph timewindow selector are broken on
/#/raft/messages/all
. This can be fixed by passing theRaftMessages
component thesetMetricsFixedWindow
andsetTimeScale
props and passing those into theMetricsDataProvider
.To Reproduce
What did you do? Describe in your own words.
Load the raft messages page from the advanced debug tab and try dragging-to-zoom on a timeframe on the graph or selecting a date/time with the datepicker.
Expected behavior
Be able to drag-to-zoom to a timeframe and use the datepicker.
Additional data / screenshots
If the problem is SQL-related, include a copy of the SQL query and the schema
of the supporting tables.
If a node in your cluster encountered a fatal error, supply the contents of the
log directories (at minimum of the affected node(s), but preferably all nodes).
Note that log files can contain confidential information. Please continue
creating this issue, but contact [email protected] to submit the log
files in private.
If applicable, add screenshots to help explain your problem.
Environment:
Additional context
What was the impact?
Add any other context about the problem here.
Jira issue: CRDB-14944
The text was updated successfully, but these errors were encountered: